Package PyFoam :: Package ThirdParty :: Package Gnuplot :: Module gp_java
[hide private]
[frames] | no frames]

Module gp_java

source code

gp_java -- an interface to gnuplot used under Jython/Java.

This file implements a low-level interface to a gnuplot program run via Jython/Java. This file should be imported through gp.py, which in turn should be imported via 'import Gnuplot' rather than these low-level interfaces.

Classes [hide private]
  GnuplotOpts
The configuration options for gnuplot on generic platforms.
  OutputProcessor
In a separate thread, read from one InputStream and output to a file.
  GnuplotProcess
Unsophisticated interface to a running gnuplot program.

Functions [hide private]
  test_persist()
Determine whether gnuplot recognizes the option '-persist'.

Variables [hide private]
  __cvs_version__ = '$Revision: 2.3 $'

Imports: sys, java.lang.Thread, java.lang.Runtime


Function Details [hide private]

test_persist()

source code 
Determine whether gnuplot recognizes the option '-persist'.

Variables Details [hide private]

__cvs_version__

None
Value:
'$Revision: 2.3 $'