Changeset 23138
- Timestamp:
- 08/20/18 15:06:28 (7 years ago)
- Location:
- issm/trunk-jpl/src/m/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/manualcb.m
r23108 r23138 78 78 hold on 79 79 numcolors=size(cmap,1); 80 if 1,80 if 0, 81 81 %disappears somtimes 82 82 if strcmpi(getfieldvalue(options,'orientation','vertical'),'vertical'), -
issm/trunk-jpl/src/m/plot/scaleruler.m
r23108 r23138 11 11 fontsize = getfieldvalue(options,'scaleruler_fontsize',16); 12 12 unitscale = getfieldvalue(options,'unit',1.); 13 %fontcolor = 'w'; 13 14 14 15 %Go through structure and fill missing arguments
Note:
See TracChangeset
for help on using the changeset viewer.