Changeset 14275


Ignore:
Timestamp:
01/17/13 16:50:31 (12 years ago)
Author:
cborstad
Message:

BUG: colorbar has now been converted to 0 or 1 by checkplotoptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/applyoptions.py

    r14252 r14275  
    158158
    159159        #colorbar {{{
    160         if 'on' in options.getfieldvalue('colorbar','off'):
     160        if options.getfieldvalue('colorbar','off')==1:
    161161                cb=p.colorbar()
    162162                cb.locator=MaxNLocator(nbins=5) # default 5 ticks
Note: See TracChangeset for help on using the changeset viewer.