Changeset 2462


Ignore:
Timestamp:
10/21/09 15:07:23 (16 years ago)
Author:
seroussi
Message:

minor title of the plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_transient_field.m

    r2450 r2462  
    4848string='plotmodel(md';
    4949for i=1:length(steps),
    50         string=[string ',''data'',md.results.transient(' num2str(steps(i)) ').' field  ',''title'',''Thickness at time ' num2str(md.results.transient(steps(i)).time) ' a'''];
     50        string=[string ',''data'',md.results.transient(' num2str(steps(i)) ').' field  ',''title'',''' field ' at time ' num2str(md.results.transient(steps(i)).time) ' a'''];
    5151end
    5252string=[string ',''colorbar#all'',''on'',''fontsize'',' num2str(fontsize) ',''fontweight'',''' fontweight ''');'];
Note: See TracChangeset for help on using the changeset viewer.