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'
|
default_lpr = ' | lpr '
|
|
default_term = ' x11 '
|
|
gnuplot_command = ' gnuplot '
|
|
prefer_enhanced_postscript = 1
|
|
prefer_fifo_data = 1
|
|
prefer_inline_data = 0
|
|
prefer_persist = 0
|
|
recognizes_binary_splot = 1
|
|
recognizes_persist = None
hash(x)
|
|
support_fifo = 1
|