Changeset 25623


Ignore:
Timestamp:
10/01/20 13:59:03 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: view 2 when depthaverage option is on

File:
1 edited

Legend:

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

    r25324 r25623  
    4242
    4343%view
    44 if dimension(md.mesh)==3 & ~exist(options,'layer'),
     44if dimension(md.mesh)==3 && ~(exist(options,'layer') || exist(options,'depthaverage'))
    4545        view(getfieldvalue(options,'view',3));
    4646else
     
    6060else
    6161        if strcmp(domaintype(md.mesh),'3D'),
    62                 if ~exist(options,'layer'),
     62                if ~(exist(options,'layer') || exist(options,'depthaverage'))
    6363                        axis auto tight
    6464                else
Note: See TracChangeset for help on using the changeset viewer.