Changeset 22593


Ignore:
Timestamp:
03/21/18 11:34:52 (7 years ago)
Author:
Eric.Larour
Message:

CHG: inset should take xlim and ylim into account.

File:
1 edited

Legend:

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

    r22189 r22593  
    379379        if exist(options,'basin'),
    380380                [mdx mdy]=basinzoom(options);
     381        elseif exist(options,'xlim') | exist(options,'ylim'),
     382                mdx=getfieldvalue(options,'xlim');
     383                mdy=getfieldvalue(options,'ylim');
    381384        else
    382385                mdx=[min(md.mesh.x)-offset max(md.mesh.x)+offset];
Note: See TracChangeset for help on using the changeset viewer.