Table of Contents

Class: IDataMapper compClust/IPlot.py

This is a support class for the IPlotView class which descrbes how a dataset is projected onto the graph

Base Classes   
Mapper
Methods   
getLineTrace
getPlotData
getWeightsAndSytles
  getLineTrace 
getLineTrace ( self )

getLineStyle(self)

retuns how the points when be connected... If None, then the BLT default line connectors are used.

Must be: increasing, decreasing, both or None

  getPlotData 
getPlotData ( self )

plotData(self)

returns a list of X,Y tuple Tuples.

example: [ ((x1,x2,x3,x4), (y1,y2,y3,y4)) ((x1,x2,x3,x4), (y1,y2,y3,y4)) ]

Exceptions   
NotImplementedError()
  getWeightsAndSytles 
getWeightsAndSytles ( self )

getWeights (self)

This allows for marker control on a datapoint by datapoint basis... If you want control on an element by element basis use getPlotMarkes and getMarkerSize functions inside of the MarkersMappers.

returns either None or a list of tuples equal in length to the plotData returns value where the tuple is the weights tuple and the cooresponding styles tuple (see the BLT documentation for more information (this is very powerful)


Table of Contents

This document was automatically generated on Wed Aug 27 14:24:55 2003 by HappyDoc version 2.1