Changeset 14276
- Timestamp:
- 01/17/13 18:43:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.py
r14275 r14276 143 143 #ShowBasins 144 144 145 #Caxis 145 #clim {{{ 146 if options.exist('clim'): 147 lims=options.getfieldvalue('clim') 148 if len(lims)!=2: 149 print 'WARNING: clim should be passed as a list of length 2' 150 else: 151 p.clim(lims[0],lims[1]) 152 #}}} 146 153 147 154 #shading
Note:
See TracChangeset
for help on using the changeset viewer.