Changeset 17402
- Timestamp:
- 03/10/14 08:15:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plotmodel.py
r15490 r17402 45 45 raise StandardError('error: nlines and ncols need to be specified together, or not at all') 46 46 47 48 47 #Go through plots 49 48 if numberofplots: … … 53 52 #UNLESS plotmodel is called within a script (e.g. a runme.py file) 54 53 #handling the 'visible' option will need some check on whether ipython is currently in interactive or non-interactive mode 54 55 #clear any previous plot window 56 p.clf() 55 57 56 58 #if figsize specified
Note:
See TracChangeset
for help on using the changeset viewer.