Changeset 1002
- Timestamp:
- 04/07/06 09:42:06 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapplotter.py
r998 r1002 399 399 newpanel=True 400 400 panelcount,stackcount = 0,0 401 while r < n *nstack:401 while r < nr: 402 402 a = d[self._panelling](r) 403 403 b = d[self._stacking](r) … … 405 405 if n > 1: 406 406 self._plotter.subplot(panelcount) 407 #pindex += 1408 407 self._plotter.palette(0) 409 408 #title
Note:
See TracChangeset
for help on using the changeset viewer.