Home | Trees | Indices | Help |
---|
|
gp_macosx -- an interface to the command line version of gnuplot used under Mac OS X.
The only difference between this interface and gp_unix is that default_term is 'aqua'.
This file implements a low-level interface to gnuplot. This file should be imported through gp.py, which in turn should be imported via 'import Gnuplot' rather than using these low-level interfaces directly.
|
|||
|
GnuplotOpts The configuration options for gnuplot on Mac OS X. |
||
|
GnuplotProcess Unsophisticated interface to a running gnuplot program. |
|
|||
|
test_persist() Determine whether gnuplot recognizes the option '-persist'. |
|
|||
|
__cvs_version__ = '$Revision: 1.3 $'
|
Imports: os.popen
|
Determine whether gnuplot recognizes the option '-persist'. If the configuration variable 'recognizes_persist' is set (i.e., to something other than 'None'), return that value. Otherwise, try to determine whether the installed version of gnuplot recognizes the -persist option. (If it doesn't, it should emit an error message with '-persist' in the first line.) Then set 'recognizes_persist' accordingly for future reference. |
|
__cvs_version__None
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 23 23:44:27 2007 | http://epydoc.sourceforge.net |