Changeset 21736


Ignore:
Timestamp:
05/22/17 14:12:22 (8 years ago)
Author:
Eric.Larour
Message:

CHG: control background to white option.

File:
1 edited

Legend:

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

    r17224 r21736  
    4747        radar=sum(radar,3)/3;
    4848end
    49 %radar(find(radar==0))=1; %Change background from black to white
     49if getfieldvalue(options,'backgroundbtw',0)
     50        radar(find(radar==0))=1; %Change background from black to white
     51end
    5052
    5153%InterpFromMeshToGrid
Note: See TracChangeset for help on using the changeset viewer.