Package PyDSTool :: Module matplotlib_import
[hide private]
[frames] | no frames]

Module matplotlib_import

source code

Plotting imports for PyDSTool, from Matplotlib's pyplot library.

Robert Clewley, March 2006.

Functions [hide private]
 
plot(*args, **kw) source code
 
save_fig(fignum, fname, formats=['png', 'svg', 'eps'])
Save figure fignum to multiple files with different formats and extensions given by the formats argument.
source code
Variables [hide private]
  ver = ['0', '99', '0']
  failed = False
Function Details [hide private]

save_fig(fignum, fname, formats=['png', 'svg', 'eps'])

source code 

Save figure fignum to multiple files with different formats and extensions given by the formats argument. These are platform-dependent and are specific to matplotlib's support.