Changeset 22923


Ignore:
Timestamp:
07/13/18 14:10:27 (7 years ago)
Author:
Eric.Larour
Message:

CHG: change backgroud color

File:
1 edited

Legend:

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

    r21828 r22923  
    4949                radar=sum(radar,3)/3;
    5050        end
     51end
     52if getfieldvalue(options,'backgroundbtw',0)
     53        radar(find(radar==0))=1; %Change background from black to white
    5154end
    5255radar = radar.^(contrast);
Note: See TracChangeset for help on using the changeset viewer.