Changeset 24743


Ignore:
Timestamp:
04/27/20 12:09:37 (5 years ago)
Author:
Eric.Larour
Message:

CHG: missing eval.

File:
1 edited

Legend:

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

    r24557 r24743  
    5151set(gca,'FontSize',getfieldvalue(options,'axisfontsize',fontsize));;
    5252if exist(options,'axis')
    53         axis(getfieldvalue(options,'axis'));
     53        eval(['axis ' getfieldvalue(options,'axis')]);
    5454else
    5555        if strcmp(domaintype(md.mesh),'3D'),
Note: See TracChangeset for help on using the changeset viewer.