Changeset 19026
- Timestamp:
- 01/20/15 14:50:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_gridded.m
r15400 r19026 86 86 87 87 %Apply options 88 if ~isnan(data_min) ,88 if ~isnan(data_min) & ~isinf(data_min), 89 89 options=changefieldvalue(options,'caxis',[data_min data_max]); % force caxis so that the colorbar is ready 90 90 end
Note:
See TracChangeset
for help on using the changeset viewer.