Home | Trees | Indices | Help |
---|
|
Unsophisticated interface to a running gnuplot program.
See gp_unix.py for usage information.
|
|||
|
__init__(self,
persist=0) Start a gnuplot process. |
||
|
__call__(self,
s) Send a command string to gnuplot, followed by newline. |
|
Start a gnuplot process. Create a 'GnuplotProcess' object. This starts a gnuplot program and prepares to write commands to it. Keyword arguments: 'persist' -- the '-persist' option is not supported under Windows so this argument must be zero. |
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 23 23:44:31 2007 | http://epydoc.sourceforge.net |