source:
issm/oecreview/Archive/15392-16133/ISSM-15489-15490.diff@
16134
Last change on this file since 16134 was 16134, checked in by , 12 years ago | |
---|---|
File size: 874 bytes |
-
../trunk-jpl/src/m/plot/plotmodel.py
50 50 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 55 56 #if figsize specified … … 64 65 plot_manager(options.list[i].getfieldvalue('model',md),options.list[i],subplotwidth,nlines,ncols,i+1) 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 TracBrowser
for help on using the repository browser.