Changeset 14275
- Timestamp:
- 01/17/13 16:50:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.py
r14252 r14275 158 158 159 159 #colorbar {{{ 160 if 'on' in options.getfieldvalue('colorbar','off'):160 if options.getfieldvalue('colorbar','off')==1: 161 161 cb=p.colorbar() 162 162 cb.locator=MaxNLocator(nbins=5) # default 5 ticks
Note:
See TracChangeset
for help on using the changeset viewer.