Changeset 17674 for issm/trunk-jpl/src/m/plot/applyoptions.m
- Timestamp:
- 04/08/14 14:59:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r17568 r17674 49 49 50 50 %view 51 if strcmp(mesh type(md.mesh),'3D') & ~exist(options,'layer'),51 if strcmp(meshxdim(md.mesh),'3D') & ~exist(options,'layer'), 52 52 view(getfieldvalue(options,'view',3)); 53 53 else … … 60 60 eval(['axis ' getfieldvalue(options,'axis')]); 61 61 else 62 if strcmpi(mesh type(md.mesh),'2Dhorizontal') | exist(options,'layer'),62 if strcmpi(meshxdim(md.mesh),'2Dhorizontal') | exist(options,'layer'), 63 63 axis tight equal; 64 64 else
Note:
See TracChangeset
for help on using the changeset viewer.