Home | Trees | Indices | Help |
---|
|
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 = None
|
||
|
prefer_persist = 0
|
||
|
recognizes_binary_splot = 1
|
||
|
prefer_inline_data = 0
|
||
|
support_fifo = 1
|
||
|
prefer_fifo_data = 1
|
||
|
default_term = 'x11'
|
||
|
default_lpr = '| lpr'
|
||
|
prefer_enhanced_postscript = 1
|
|
gnuplot_commandNone
|
recognizes_persistNone
|
prefer_persistNone
|
recognizes_binary_splotNone
|
prefer_inline_dataNone
|
support_fifoNone
|
prefer_fifo_dataNone
|
default_termNone
|
default_lprNone
|
prefer_enhanced_postscriptNone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 23 23:44:31 2007 | http://epydoc.sourceforge.net |