Changeset 1002


Ignore:
Timestamp:
04/07/06 09:42:06 (18 years ago)
Author:
mar637
Message:

reverted back to looping over all rows in plot()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r998 r1002  
    399399        newpanel=True
    400400        panelcount,stackcount = 0,0
    401         while r < n*nstack:
     401        while r < nr:
    402402            a = d[self._panelling](r)
    403403            b = d[self._stacking](r)
     
    405405                if n > 1:
    406406                    self._plotter.subplot(panelcount)
    407                     #pindex += 1
    408407                self._plotter.palette(0)
    409408                #title
Note: See TracChangeset for help on using the changeset viewer.