Changeset 23975


Ignore:
Timestamp:
05/31/19 16:52:44 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: improved title formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_transient_movie.m

    r21768 r23975  
    6262
    6363                        clf;
    64                         titlestring=[field ' at time ' num2str(results(i).time) ' year'];
     64                        titlestring=[field ' at time ' num2str(results(i).time,'%7.2f') ' year'];
    6565                        plot_unit(x,y,z,elements,data,is2d,isplanet,datatype,options)
    6666                        apply_options_movie(md,options,titlestring);
Note: See TracChangeset for help on using the changeset viewer.