Changeset 2488
- Timestamp:
- 10/22/09 11:19:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_transient_field.m
r2487 r2488 55 55 if exist(options,'caxis'), 56 56 caxis_opt=getfieldvalue(options,'caxis',[]); 57 string=[string ',''caxis '',[' num2str(caxis_opt(1)) ',' num2str(caxis_opt(2)) ']'];57 string=[string ',''caxis#all'',[' num2str(caxis_opt(1)) ',' num2str(caxis_opt(2)) ']']; 58 58 end 59 59
Note:
See TracChangeset
for help on using the changeset viewer.