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]

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.

__module__ = 'PyFoam.ThirdParty.Gnuplot.gp_cygwin'
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
class PyFoam.ThirdParty.Gnuplot.gp_cygwin.GnuplotProcess(persist=0)[source]

Unsophisticated interface to a running gnuplot program.

See gp_unix.py for usage information.

__call__(s)[source]

Send a command string to gnuplot, followed by newline.

__del__()[source]
__init__(persist=0)[source]

Start a gnuplot process.

Create a ‘GnuplotProcess’ object. This starts a gnuplot program and prepares to write commands to it.

Keyword arguments:

‘persist’ – the ‘-persist’ option is not supported under
Windows so this argument must be zero.
__module__ = 'PyFoam.ThirdParty.Gnuplot.gp_cygwin'
close()[source]
PyFoam.ThirdParty.Gnuplot.gp_cygwin.test_persist()[source]