Changeset 12089
- Timestamp:
- 04/20/12 14:38:33 (13 years ago)
- Location:
- issm/trunk-jpl/src/m/model/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/plot/applyoptions.m
r12088 r12089 219 219 warning on MATLAB:log:logOfZero; 220 220 set(c,'YTickLabel',labels); 221 end222 if exist(options,'cbYLim');223 set(c,'YLim',getfieldvalue(options,'cbYLim'));224 221 end 225 222 if exist(options,'colorbartitle'), -
issm/trunk-jpl/src/m/model/plot/plot_gridded.m
r12088 r12089 40 40 data_max=max(data_grid(:)); 41 41 end 42 options=changefieldvalue(options,'cbYLim',[data_min data_max]);43 42 if whitepos==1, 44 43 white =data_max + (data_max-data_min)/55;
Note:
See TracChangeset
for help on using the changeset viewer.