Table of Contents
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.
import Gnuplot
test_persist ()
Determine whether gnuplot recognizes the option -persist.
-persist
GnuplotOpts
The configuration options for gnuplot on generic platforms.
GnuplotProcess
Unsophisticated interface to a running gnuplot program.
OutputProcessor
In a separate thread, read from one InputStream and output to a file.