Package PyFoam :: Package ThirdParty :: Package Gnuplot :: Module gp_unix :: Class GnuplotOpts
[hide private]
[frames] | no frames]

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'


Class Variables [hide private]
  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

Class Variable Details [hide private]

gnuplot_command

None
Value:
'gnuplot'                                                              
      

recognizes_persist

None
Value:
None                                                                  
      

prefer_persist

None
Value:
0                                                                     
      

recognizes_binary_splot

None
Value:
1                                                                     
      

prefer_inline_data

None
Value:
0                                                                     
      

support_fifo

None
Value:
1                                                                     
      

prefer_fifo_data

None
Value:
1                                                                     
      

default_term

None
Value:
'x11'                                                                  
      

default_lpr

None
Value:
'| lpr'                                                                
      

prefer_enhanced_postscript

None
Value:
1