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.
|
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.
|
|
test_persist()
Determine whether gnuplot recognizes the option '-persist'. |
source code
|
|