source:
issm/oecreview/Archive/24684-25833/ISSM-25622-25623.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 786 bytes |
-
../trunk-jpl/src/m/plot/applyoptions.m
41 41 if exist(options,'ztick'), set(gca,'ZTick',getfieldvalue(options,'ztick')); end 42 42 43 43 %view 44 if dimension(md.mesh)==3 & ~exist(options,'layer'),44 if dimension(md.mesh)==3 && ~(exist(options,'layer') || exist(options,'depthaverage')) 45 45 view(getfieldvalue(options,'view',3)); 46 46 else 47 47 view(getfieldvalue(options,'view',2)); … … 59 59 end 60 60 else 61 61 if strcmp(domaintype(md.mesh),'3D'), 62 if ~ exist(options,'layer'),62 if ~(exist(options,'layer') || exist(options,'depthaverage')) 63 63 axis auto tight 64 64 else 65 65 axis tight equal
Note:
See TracBrowser
for help on using the repository browser.