Changeset 12166
- Timestamp:
- 05/01/12 16:21:06 (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
r12089 r12166 219 219 warning on MATLAB:log:logOfZero; 220 220 set(c,'YTickLabel',labels); 221 end 222 if exist(options,'cbYLim'); 223 set(c,'YLim',getfieldvalue(options,'cbYLim')); 221 224 end 222 225 if exist(options,'colorbartitle'), -
issm/trunk-jpl/src/m/model/plot/plot_gridded.m
r12089 r12166 40 40 data_max=max(data_grid(:)); 41 41 end 42 options=changefieldvalue(options,'cbYLim',[data_min data_max]); 42 43 if whitepos==1, 43 44 white =data_max + (data_max-data_min)/55;
Note:
See TracChangeset
for help on using the changeset viewer.