|
__init__(self,
timelines,
custom,
showWindow=True,
registry=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
getNames(self)
Get the names of the data items |
source code
|
|
|
hasData(self)
Check whether there is any plotable data |
source code
|
|
|
hasTimes(self)
Check whether this timeline contains any timesteps |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
_clear_queue(self)
Clear the 'PlotItems' from the queue. |
source code
|
|
|
clear(self)
Clear the plot window (without affecting the current itemlist). |
source code
|
|
|
|
|
hardcopy(self,
filename=None,
terminal=' postscript ' ,
**keyw)
Create a hardcopy of the current plot. |
source code
|
|
|
|
|
load(self,
filename)
Load a file using gnuplot's 'load' command. |
source code
|
|
|
|
|
|
|
replot(self,
*items,
**keyw)
Replot the data, possibly adding new 'PlotItem's. |
source code
|
|
|
reset(self)
Reset all gnuplot settings to their defaults and clear itemlist. |
source code
|
|
|
save(self,
filename)
Save the current plot commands using gnuplot's 'save' command. |
source code
|
|
|
set(self,
**keyw)
Set one or more settings at once from keyword arguments. |
source code
|
|
|
|
|
set_label(self,
option,
s=None,
offset=None,
font=None)
Set or clear a label option, which can include an offset or font. |
source code
|
|
|
set_range(self,
option,
value)
Set a range option (xrange, yrange, trange, urange, etc.). |
source code
|
|
|
set_string(self,
option,
s=None)
Set a string option, or if s is omitted, unset the option. |
source code
|
|
|
|
|
title(self,
s=None,
offset=None,
font=None)
Set the plot's title. |
source code
|
|
|
xlabel(self,
s=None,
offset=None,
font=None)
Set the plot's xlabel. |
source code
|
|
|
ylabel(self,
s=None,
offset=None,
font=None)
Set the plot's ylabel. |
source code
|
|
|
zlabel(self,
s=None,
offset=None,
font=None)
Set the plot's zlabel. |
source code
|
|