Changeset 6499
- Timestamp:
- 11/04/10 10:27:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plot_overlay.m
r6494 r6499 109 109 110 110 %Apply options, without colorbar and without grid 111 options=changefieldvalue(options,'colormap','hsv'); %do not create colorbar, we will take care of it111 options=changefieldvalue(options,'colormap','hsv'); %We used an HSV colorbar 112 112 options=changefieldvalue(options,'caxis',[data_min data_max]); %force caxis so that the colorbar is ready 113 113 options=addfielddefault(options,'axis','equal off'); %default axis
Note:
See TracChangeset
for help on using the changeset viewer.