PyFoam.ThirdParty.Gnuplot.gp_win32 module

gp_win32 – an interface to gnuplot for Windows.

class PyFoam.ThirdParty.Gnuplot.gp_win32.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_win32'
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
class PyFoam.ThirdParty.Gnuplot.gp_win32.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_win32'
close()[source]
PyFoam.ThirdParty.Gnuplot.gp_win32.test_persist()[source]