Package PyFoam :: Package ThirdParty :: Package Gnuplot :: Module gp_mac :: Class _GNUPLOT
[hide private]
[frames] | no frames]

Class _GNUPLOT

source code

                     aetools.TalkTo --+
                                      |
      Required_Suite.Required_Suite --+
                                      |
       gnuplot_Suites.gnuplot_Suite --+
                                      |
       gnuplot_Suites.odds_and_ends --+
                                      |
      gnuplot_Suites.Standard_Suite --+
                                      |
gnuplot_Suites.Miscellaneous_Events --+
                                      |
                                     _GNUPLOT

Start a gnuplot program and emulate a pipe to it.

Instance Methods [hide private]
 
__init__(self)
Create a communication channel with a particular application.
source code

Inherited from aetools.TalkTo: __getattr__, activate, get, newevent, send, sendevent, set, start

Inherited from aetools.TalkTo (private): _get, _set, _start

Inherited from gnuplot_Suites.gnuplot_Suite: gnuexec, plot, splot

Inherited from gnuplot_Suites.odds_and_ends: select

Inherited from gnuplot_Suites.Standard_Suite: close, data_size, make, open, save

Inherited from gnuplot_Suites.Standard_Suite (private): _print

Inherited from gnuplot_Suites.Miscellaneous_Events: do_script, revert

Class Variables [hide private]

Inherited from aetools.TalkTo (private): _argmap_set, _elemdict, _moduleName, _propdict, _signature

Inherited from gnuplot_Suites.Standard_Suite (private): _argmap_close, _argmap_make, _argmap_save

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Create a communication channel with a particular application.

Addressing the application is done by specifying either a 4-byte signature, an AEDesc or an object that will __aepack__ to an AEDesc.

Overrides: aetools.TalkTo.__init__
(inherited documentation)