Changeset 22593
- Timestamp:
- 03/21/18 11:34:52 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r22189 r22593 379 379 if exist(options,'basin'), 380 380 [mdx mdy]=basinzoom(options); 381 elseif exist(options,'xlim') | exist(options,'ylim'), 382 mdx=getfieldvalue(options,'xlim'); 383 mdy=getfieldvalue(options,'ylim'); 381 384 else 382 385 mdx=[min(md.mesh.x)-offset max(md.mesh.x)+offset];
Note:
See TracChangeset
for help on using the changeset viewer.