Package PyFoam :: Package ThirdParty :: Package Gnuplot :: Module gnuplot_Suites :: Class gnuplot_Suite
[hide private]
[frames] | no frames]

Class gnuplot_Suite

source code

Instance Methods [hide private]
  gnuexec(self, _object=None, _attributes={}, **_arguments)
exec: execute a gnuplot command Required argument: gnuplot command Keyword argument _attributes: AppleEvent attribute dictionary
  plot(self, _object=None, _attributes={}, **_arguments)
plot: create a 2-D plot
  splot(self, _object=None, _attributes={}, **_arguments)
splot: create a 3-D plot Required argument: data to be plotted Keyword argument _attributes: AppleEvent attribute dictionary

Method Details [hide private]

gnuexec(self, _object=None, _attributes={}, **_arguments)

source code 
exec: execute a gnuplot command Required argument: gnuplot command Keyword argument _attributes: AppleEvent attribute dictionary

plot(self, _object=None, _attributes={}, **_arguments)

source code 

plot: create a 2-D plot

Required argument: data to be plotted Keyword argument _attributes: AppleEvent attribute dictionary

splot(self, _object=None, _attributes={}, **_arguments)

source code 
splot: create a 3-D plot Required argument: data to be plotted Keyword argument _attributes: AppleEvent attribute dictionary