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

Module gnuplot_Suites

source code

Suite gnuplot Suite: Events supplied by gnuplot Level 1, version 1

Generated from Alpha:Desktop Folder:gnuplot.1:gnuplot 3.7.1a AETE/AEUT resource version 1/0, language 0, script 0

Classes [hide private]
  Miscellaneous_Events
  Standard_Suite
  application
application - An application program
  bounds
bounds - the boundary rectangle for the window
  closeable
closeable - Does the window have a close box?
  document
document - A Document
  floating
floating - Does the window float?
  gnuplot_Suite
  graph
graph - graph - a subclass of window
  index
index - the number of the window
  modal
modal - Is the window modal?
  modified
modified - Has the document been modified since the last save?
  name
name - the title of the window
  odds_and_ends
  picture
picture - gnuplot graph in "PICT" format
  position
position - upper left coordinates of window
  resizable
resizable - Is the window resizable?
  titled
titled - Does the window have a title bar?
  visible
visible - is the window visible?
  window
window - A Window
  zoomable
zoomable - Is the window zoomable?
  zoomed
zoomed - Is the window zoomed?
Variables [hide private]
  _Enum_lyty = {'boxerrorbars': 'ty13', 'boxes': 'ty12', 'boxxye...
  _Enum_savo = {'ask': 'ask ', 'no': 'no ', 'yes': 'yes '}
  __package__ = 'PyFoam.ThirdParty.Gnuplot'
  _classdeclarations = {}
  _code = 'misc'
  _compdeclarations = {}
  _enumdeclarations = {}
  _propdeclarations = {}

Imports: MacOS, aetools


Variables Details [hide private]

_Enum_lyty

Value:
{'boxerrorbars': 'ty13',
 'boxes': 'ty12',
 'boxxyerrorbars': 'ty14',
 'dots': 'typ5',
 'errorbars': 'typ8',
 'fsteps': 'typ7',
 'impulses': 'typ3',
 'line': 'typ1',
...