Changeset 17686 for issm/trunk-jpl/src/m/plot/applyoptions.m
- Timestamp:
- 04/08/14 20:39:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/plot/applyoptions.m ¶
r17674 r17686 49 49 50 50 %view 51 if strcmp( meshxdim(md.mesh),'3D') & ~exist(options,'layer'),51 if strcmp(domaintype(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( meshxdim(md.mesh),'2Dhorizontal') | exist(options,'layer'),62 if strcmpi(domaintype(md.mesh),'2Dhorizontal') | exist(options,'layer'), 63 63 axis tight equal; 64 64 else
Note:
See TracChangeset
for help on using the changeset viewer.