Changeset 14426


Ignore:
Timestamp:
03/04/13 14:45:57 (12 years ago)
Author:
habbalf
Message:

BUG:Plot titles update with movie simulation

File:
1 edited

Legend:

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

    r13730 r14426  
    6565function apply_options_movie(md,options,titlestring)
    6666        %apply options
    67         options=addfielddefault(options,'title',titlestring);
     67        options=changefieldvalue(options,'title',titlestring);
    6868        options=addfielddefault(options,'colorbar',1);
    6969        applyoptions(md,[],options);
Note: See TracChangeset for help on using the changeset viewer.