Changeset 14248


Ignore:
Timestamp:
01/15/13 11:13:48 (12 years ago)
Author:
cborstad
Message:

BUG: index subplots starting with 1 instead of 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/plot/plotmodel.py ΒΆ

    r13771 r14248  
    6060                #try:
    6161                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)
    6363                #except StandardError:
    6464                #       print 'error in plot_manager'
Note: See TracChangeset for help on using the changeset viewer.