|
Methods defined here:
- __init__(self, title=None)
- # main pelote class initializer
- addaxis(self, orientation, position=None, title=None, numticks=None, ticks=None)
- addpointlist(self, data=None)
- addrange(self, floorX=None, floorY=None, ceilingX=None, ceilingY=None)
- attach(self, pl)
- serialize(self)
- write(self, f)
Data and other attributes defined here:
- __dict__ = <dictproxy object at 0x81c43d0>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'pelote' objects>
- list of weak references to the object (if defined)
- axis = <class 'golem.helpers.output.axis'>
- Axis in a Pelote graph.
- pointlist = <class 'golem.helpers.output.pointlist'>
- Pointlist: each Pelote graph contains at least one pointlist,
which holds a list of Points (the data to be plotted)
|