Changes between Version 10 and Version 11 of AsapFaq


Ignore:
Timestamp:
05/07/09 10:41:20 (15 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AsapFaq

    v10 v11  
    2525Try removing {{{~/.asap}}}. If you are using {{{asapuserfuncs.py}}} move it to a safe place first, then copy it into the new {{{~/.asap}}} directory.
    2626
     27== I would like to manipulate the plotter output ==
     28
     29You can use any matplotlib/pylab plotting capability by accessing, the figure object.
     30{{{
     31fig = plotter._plotter.figure
     32}}}
     33Then follow the documentation on matplotlib.