Class GnuplotOpts
source code
The configuration options for gnuplot on generic platforms.
Store the options in a class to make them easy to import and modify en
masse. If you want to modify the options from the command line or within
a running program, do something like the following:
import Gnuplot
Gnuplot.GnuplotOpts.gnuplot_command = '/bin/mygnuplot'
|
gnuplot_command = 'gnuplot'
|
|
recognizes_persist = 1
|
|
prefer_persist = 0
|
|
recognizes_binary_splot = 1
|
|
prefer_inline_data = 0
|
|
support_fifo = 0
|
|
prefer_fifo_data = 0
|
|
default_term = 'x11'
|
|
default_lpr = '| lpr'
|
|
prefer_enhanced_postscript = 1
|