Changeset 1667
- Timestamp:
- 12/05/09 10:37:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/interactivemask.py
r1630 r1667 161 161 for panel in self.p._plotter.subplots: 162 162 xmin, xmax = panel['axes'].get_xlim() 163 marg = 0.05* (xmax-xmin)163 marg = 0.05*abs(xmax-xmin) 164 164 panel['axes'].set_xlim(xmin-marg, xmax+marg) 165 if rcParams['plotter.ganged']: break 165 166 self.p._plotter.show() 166 167
Note:
See TracChangeset
for help on using the changeset viewer.