Changes between Version 10 and Version 11 of AsapFaq
- Timestamp:
- 05/07/09 10:41:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AsapFaq
v10 v11 25 25 Try removing {{{~/.asap}}}. If you are using {{{asapuserfuncs.py}}} move it to a safe place first, then copy it into the new {{{~/.asap}}} directory. 26 26 27 == I would like to manipulate the plotter output == 28 29 You can use any matplotlib/pylab plotting capability by accessing, the figure object. 30 {{{ 31 fig = plotter._plotter.figure 32 }}} 33 Then follow the documentation on matplotlib.