Package PyFoam :: Package ThirdParty :: Package Gnuplot :: Module gp
[hide private]
[frames] | no frames]

Module gp

source code

gp -- a platform-independent interface to a gnuplot process.

This file imports a low-level, platform-independent interface to the gnuplot program. Which interface is imported depends on the platform. There are variations of this file for Unix, the Macintosh, and for Windows called gp_unix.py, gp_mac.py, and gp_win32.py, respectively. Note that the end-user should use the more capable interface from __init__.py (i.e., 'import Gnuplot') rather than the low-level interface imported by this file.

See gp_unix.py for most documentation about the facilities of the gp_*.py modules.

Variables [hide private]
  __cvs_version__ = '$Revision: 2.13 $'

Imports: sys, gp_unix.GnuplotOpts, gp_unix.GnuplotProcess, gp_unix.test_persist


Variables Details [hide private]

__cvs_version__

None
Value:
'$Revision: 2.13 $'