Changeset 19380


Ignore:
Timestamp:
06/01/15 05:30:27 (10 years ago)
Author:
cborstad
Message:

BUG: somehow the overlay values get flipped

File:
1 edited

Legend:

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

    r17952 r19380  
    6565        # normalize array
    6666        arr=arr/npy.float(npy.max(arr.ravel()))
     67        arr=1.-arr # somehow the values got flipped
    6768
    6869        if options.getfieldvalue('overlayhist',0)==1:
Note: See TracChangeset for help on using the changeset viewer.