Changeset 1667 for branches/alma
- Timestamp:
- 12/05/09 10:37:58 (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/alma/python/interactivemask.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/alma/python/interactivemask.pyr1630 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.
  
