Changeset 2563


Ignore:
Timestamp:
10/29/09 15:44:05 (15 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

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

    r2562 r2563  
    5151        %process data and change title if needed
    5252        [data isongrid isquiver]=processdata(md,md.results.transient(steps(i)).(field),options);
    53         options=addfielddefault(options,'title',[field ' at time ' num2str(md.results.transient(steps(i)).time) ' a']);
     53        options=changefieldvalue(options,'title',[field ' at time ' num2str(md.results.transient(steps(i)).time) ' a']);
    5454
    5555        %create plot of step i
    5656        subplot(subplotwidth,subplotwidth,i);
    5757        plot_unit(x,y,z,elements,data,isongrid,is2d,isquiver,options)
     58        applyoptions(md,data,options);
    5859
    5960end
Note: See TracChangeset for help on using the changeset viewer.