Package PyDSTool :: Package PyCont :: Module Plotting
[hide private]
[frames] | no frames]

Module Plotting

source code

Plotting class and function

Drew LaMar, May 2006

Classes [hide private]
  pargs
  KeyEvent
Used in 'highlight' method of plot_cycles.
Functions [hide private]
 
initializeDisplay(plot, figure=None, axes=None)
If figure = 'new', then it will create a new figure with name fig# If figure is an integer, that figure # will be selected
source code
Variables [hide private]
  ver = ['0', '99', '0']
  failed = False
  rcParamsDefault = {'figure.subplot.right': 0.90000000000000002...
  isfinite = <ufunc 'isfinite'>
  Inf = inf
  NaN = nan
  colorbar_doc = '\n\nAdd a colorbar to a plot.\n\nFunction sign...
  rcParams = {'figure.subplot.right': 0.90000000000000002, 'math...
  all_point_types = ['P', 'RG', 'LP', 'BP', 'H', 'BT', 'ZH', 'CP...
  all_curve_types = ['EP', 'LP', 'H', 'FP', 'LC']
  _classes = ['pargs', 'KeyEvent']
  _functions = ['initializeDisplay']
Variables Details [hide private]

rcParamsDefault

Value:
{'figure.subplot.right': 0.90000000000000002, 'mathtext.cal': 'cursive\
', 'font.fantasy': ['Comic Sans MS', 'Chicago', 'Charcoal', 'ImpactWes\
tern', 'fantasy'], 'xtick.minor.pad': 4, 'tk.pythoninspect': False, 'i\
mage.aspect': 'equal', 'font.cursive': ['Apple Chancery', 'Textile', '\
Zapf Chancery', 'Sand', 'cursive'], 'figure.subplot.hspace': 0.2000000\
0000000001, 'xtick.direction': 'in', 'axes.facecolor': 'w', 'mathtext.\
fontset': 'cm', 'ytick.direction': 'in', 'axes.axisbelow': False, 'lin\
es.markersize': 6, 'figure.dpi': 80, 'text.usetex': False, 'text.fonta\
...

colorbar_doc

Value:
'''

Add a colorbar to a plot.

Function signatures for the :mod:`~matplotlib.pyplot` interface; all
but the first are also method signatures for the
:meth:`~matplotlib.figure.Figure.colorbar` method::

...

rcParams

Value:
{'figure.subplot.right': 0.90000000000000002, 'mathtext.cal': 'cursive\
', 'font.fantasy': ['Comic Sans MS', 'Chicago', 'Charcoal', 'ImpactWes\
tern', 'fantasy'], 'xtick.minor.pad': 4, 'tk.pythoninspect': False, 'i\
mage.aspect': 'equal', 'font.cursive': ['Apple Chancery', 'Textile', '\
Zapf Chancery', 'Sand', 'cursive'], 'figure.subplot.hspace': 0.2000000\
0000000001, 'xtick.direction': 'in', 'axes.facecolor': 'w', 'mathtext.\
fontset': 'cm', 'ytick.direction': 'in', 'axes.axisbelow': False, 'lin\
es.markersize': 6, 'figure.dpi': 100.0, 'text.usetex': True, 'text.fon\
...

all_point_types

Value:
['P',
 'RG',
 'LP',
 'BP',
 'H',
 'BT',
 'ZH',
 'CP',
...