PyFoam.ThirdParty.Gnuplot.gp_win32 module¶
gp_win32 – an interface to gnuplot for Windows.
-
class
PyFoam.ThirdParty.Gnuplot.gp_win32.
GnuplotOpts
[source]¶ Bases:
object
The configuration options for gnuplot under windows.
See gp_unix.py for details about the meaning of these options. Please let me know if you know better choices for these settings.
-
default_lpr
= 'PRN'¶
-
default_term
= 'windows'¶
-
gnuplot_command
= 'pgnuplot.exe'¶
-
prefer_enhanced_postscript
= 1¶
-
prefer_fifo_data
= 0¶
-
prefer_inline_data
= 0¶
-
recognizes_binary_splot
= 1¶
-
recognizes_persist
= 0¶
-
support_fifo
= 0¶
-