PyFoam.ThirdParty.Gnuplot.gp_cygwin module¶
gp_cygwin – an interface to gnuplot for cygwin under Windows.
This is identical to gp_win32.py except that prefer_inline_data is set.
-
class
PyFoam.ThirdParty.Gnuplot.gp_cygwin.
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
= 1¶
-
recognizes_binary_splot
= 1¶
-
recognizes_persist
= 0¶
-
support_fifo
= 0¶
-