Changeset 19075


Ignore:
Timestamp:
02/02/15 14:53:02 (10 years ago)
Author:
Eric.Larour
Message:

CHG: added case of 3Dsurface

File:
1 edited

Legend:

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

    r18786 r19075  
    6161        elseif strcmp(domaintype(md.mesh),'2Dvertical'),
    6262                axis auto tight
     63        elseif strcmp(domaintype(md.mesh),'3Dsurface'),
     64                axis auto tight
     65
    6366        elseif strcmp(domaintype(md.mesh),'2Dhorizontal'),
    6467                axis tight equal;
Note: See TracChangeset for help on using the changeset viewer.