Changeset 15490
- Timestamp:
- 07/15/13 13:02:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plotmodel.py
r14260 r15490 51 51 #Create figure 52 52 #plots will be visible by default if ipython is run in interactive mode (invoked by ipython --pylab) 53 #UNLESS plotmodel is called within a script (e.g. a runme.py file) 53 54 #handling the 'visible' option will need some check on whether ipython is currently in interactive or non-interactive mode 54 55 … … 65 66 #except StandardError: 66 67 # print 'error in plot_manager' 68 p.show() 67 69 else: 68 70 raise StandardError('plotmodel error message: no output data found.')
Note:
See TracChangeset
for help on using the changeset viewer.