Changeset 23975
- Timestamp:
- 05/31/19 16:52:44 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_transient_movie.m
r21768 r23975 62 62 63 63 clf; 64 titlestring=[field ' at time ' num2str(results(i).time ) ' year'];64 titlestring=[field ' at time ' num2str(results(i).time,'%7.2f') ' year']; 65 65 plot_unit(x,y,z,elements,data,is2d,isplanet,datatype,options) 66 66 apply_options_movie(md,options,titlestring);
Note:
See TracChangeset
for help on using the changeset viewer.