Changeset 14248
- Timestamp:
- 01/15/13 11:13:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/plot/plotmodel.py ΒΆ
r13771 r14248 60 60 #try: 61 61 for i in xrange(numberofplots): 62 plot_manager(options.list[i].getfieldvalue('model',md),options.list[i],subplotwidth,nlines,ncols,i )62 plot_manager(options.list[i].getfieldvalue('model',md),options.list[i],subplotwidth,nlines,ncols,i+1) 63 63 #except StandardError: 64 64 # print 'error in plot_manager'
Note:
See TracChangeset
for help on using the changeset viewer.