Home | Trees | Index | Help |
---|
Package PyFoam :: Package Basics :: Module GnuplotTimelines :: Class GnuplotTimelines |
|
Gnuplot
--+
|
GnuplotTimelines
Method Summary | |
---|---|
| |
Replot the timelines | |
Inherited from Gnuplot | |
Send a command string to gnuplot. | |
Add a list of items to the itemlist (but don't plot them). | |
Clear the 'PlotItems' from the queue. | |
Clear the plot window (without affecting the current itemlist). | |
Create a hardcopy of the current plot. | |
Allow user to type arbitrary commands to gnuplot. | |
Load a file using gnuplot's 'load' command. | |
Draw a new plot. | |
Refresh the plot, using the current 'PlotItem's. | |
Replot the data, possibly adding new 'PlotItem's. | |
Reset all gnuplot settings to their defaults and clear itemlist. | |
Save the current plot commands using gnuplot's 'save' command. | |
Set one or more settings at once from keyword arguments. | |
Set an on/off option. | |
Set or clear a label option, which can include an offset or font. | |
Set a range option (xrange, yrange, trange, urange, etc.). | |
Set a string option, or if s is omitted, unset the option. | |
Draw a new three-dimensional plot. | |
Set the plot's title. | |
Set the plot's xlabel. | |
Set the plot's ylabel. |
Class Variable Summary | |
---|---|
int |
terminalNr = 1 |
Inherited from Gnuplot | |
dict |
optiontypes = {'polar': 'boolean', 'yrange': 'range', 't...
|
Method Details |
---|
__init__(self,
timelines,
persist=None,
with='lines',
alternateAxis=[])
|
redo(self)Replot the timelines |
Class Variable Details |
---|
terminalNr
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |