| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PlotProxy
Proxy object that represents a bunch of lines to be plotted in a MultiPlotter.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Users should override this to return a list of plot.Polyline instances that represent the data to be plotted. The x and y values are optional and are dependent on the user application to have passed them in through updateLines. |
Called by other objects to reset the internal state of the PlotProxy. Coordinates x and y can optionally be specified in case the user proxy needs to do something on a user click of those coordinates. |
Add a MultiPlotter as a listener. It's possible that more than one MultiPlotter will be interested in the same data. This keeps track of which plotter is interested and updates them when the data changes. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:18 2008 | http://epydoc.sourceforge.net |