Package PyFoam :: Package Basics :: Module GnuplotTimelines :: Class GnuplotTimelines
[hide private]
[frames] | no frames]

Class GnuplotTimelines

source code

Gnuplot._Gnuplot.Gnuplot --+
                           |
                          GnuplotTimelines

This class opens a gnuplot window and plots a timelines-collection in it

Instance Methods [hide private]
  __init__(self, timelines, persist=None, raiseit=True, with="lines", alternateAxis=[], forbidden=[])
  redo(self)
Replot the timelines

Inherited from Gnuplot._Gnuplot.Gnuplot: __call__, clear, hardcopy, interact, load, plot, refresh, replot, reset, save, set, set_boolean, set_label, set_range, set_string, splot, title, xlabel, ylabel

Inherited from Gnuplot._Gnuplot.Gnuplot (private): _add_to_queue, _clear_queue


Class Variables [hide private]
  terminalNr = 1

Inherited from Gnuplot._Gnuplot.Gnuplot: optiontypes


Method Details [hide private]

__init__(self, timelines, persist=None, raiseit=True, with="lines", alternateAxis=[], forbidden=[])
(Constructor)

source code 
Parameters:
  • timelines (TimeLineCollection) - The timelines object
  • persist - Gnuplot window persistst after run
  • raiseit - Raise the window at every plot
  • with - how to plot the data (lines, points, steps)
  • alternateAxis - list with names that ought to appear on the alternate y-axis
  • forbidden - A list with strings. If one of those strings is found in a name, it is not plotted
Overrides: Gnuplot._Gnuplot.Gnuplot.__init__

redo(self)

source code 
Replot the timelines

Class Variable Details [hide private]

terminalNr

None
Value:
1