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

Class GnuplotTimelinesDirect

source code

ThirdParty.Gnuplot.Gnuplot --+    
                             |    
              GnuplotTimelines --+
                                 |
                                GnuplotTimelinesDirect

This class is a wrapper for GnuplotTimelines with a limited number of parameters

Instance Methods [hide private]
 
__init__(self, timelines, persist=None, raiseit=True, with_="lines", alternateAxis=[], forbidden=[], start=None, end=None, logscale=False, ylabel=None, y2label=None) source code

Inherited from GnuplotTimelines: getNames, hasData, hasTimes, redo

Class Variables [hide private]

Inherited from GnuplotTimelines: terminalNr

Method Details [hide private]

__init__(self, timelines, persist=None, raiseit=True, with_="lines", alternateAxis=[], forbidden=[], start=None, end=None, logscale=False, ylabel=None, y2label=None)
(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
  • start - First time that should be plotted. If undefined everything from the start is plotted
  • end - Last time that should be plotted. If undefined data is plotted indefinitly
  • logscale - Scale the y-axis logarithmic
  • ylabel - Label of the y-axis
  • y2label - Label of the alternate y-axis
Overrides: GnuplotTimelines.__init__