Changeset 23138


Ignore:
Timestamp:
08/20/18 15:06:28 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

Location:
issm/trunk-jpl/src/m/plot
Files:
2 edited

Legend:

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

    r23108 r23138  
    7878hold on
    7979numcolors=size(cmap,1);
    80 if 1,
     80if 0,
    8181        %disappears somtimes
    8282        if strcmpi(getfieldvalue(options,'orientation','vertical'),'vertical'),
  • issm/trunk-jpl/src/m/plot/scaleruler.m

    r23108 r23138  
    1111fontsize   = getfieldvalue(options,'scaleruler_fontsize',16);
    1212unitscale  = getfieldvalue(options,'unit',1.);
     13%fontcolor  = 'w';
    1314
    1415%Go through structure and fill missing arguments
Note: See TracChangeset for help on using the changeset viewer.