|
__init__(self,
timelines,
custom,
showWindow=True,
registry=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
getNames(self)
Get the names of the data items |
source code
|
|
|
hasTimes(self)
Check whether this timeline contains any timesteps |
source code
|
|
|
hasData(self)
Check whether there is any plotable data |
source code
|
|
|
|
|
|
|
preparePlot(self)
Prepare the plotting window |
source code
|
|
|
|
|
|
|
|
|
setYLabel(self,
title)
Sets the label on the first Y-Axis |
source code
|
|
|
setYLabel2(self,
title)
Sets the label on the second Y-Axis |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|