Home | Trees | Index | Help |
|
---|
Module wxmpl :: Class Channel |
|
StripCharter
to plot. Subclasses of
Channel
override the template methods getX()
and getY()
to provide plot data and call
setChanged(True)
when that data has changed.
Method Summary | |
---|---|
Creates a new Channel with the matplotlib label
name . | |
Returns the line color string to use when the line is plotted, or None to use an automatically generated color. | |
Returns the matplotlib label for this channel of data. | |
Returns the line marker string to use when the line is plotted, or None to use the default line marker. | |
Returns the line style string to use when the line is plotted, or None to use the default line style. | |
Template method that returns the vector of X axis data or None if there is no data available. | |
Template method that returns the vector of Y axis data or None if there is no data available. | |
Returns a boolean indicating if the line data has changed. | |
Sets the change indicator to the boolean value changed . |
Method Details |
---|
__init__(self,
name,
color=None,
style=None,
marker=None)
Creates a new |
getColor(self)Returns the line color string to use when the line is plotted, orNone to use an automatically generated color.
|
getLabel(self)Returns the matplotlib label for this channel of data. |
getMarker(self)Returns the line marker string to use when the line is plotted, orNone to use the default line marker.
|
getStyle(self)Returns the line style string to use when the line is plotted, orNone to use the default line style.
|
getX(self)Template method that returns the vector of X axis data orNone if there is no data available.
|
getY(self)Template method that returns the vector of Y axis data orNone if there is no data available.
|
hasChanged(self)Returns a boolean indicating if the line data has changed. |
setChanged(self, changed)Sets the change indicator to the boolean valuechanged .
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Aug 28 13:47:50 2006 | http://epydoc.sf.net |