source: issm/oecreview/Archive/18296-19100/ISSM-19074-19075.diff

Last change on this file was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 481 bytes
RevLine 
[19102]1Index: ../trunk-jpl/src/m/plot/applyoptions.m
2===================================================================
3--- ../trunk-jpl/src/m/plot/applyoptions.m (revision 19074)
4+++ ../trunk-jpl/src/m/plot/applyoptions.m (revision 19075)
5@@ -60,6 +60,9 @@
6 end
7 elseif strcmp(domaintype(md.mesh),'2Dvertical'),
8 axis auto tight
9+ elseif strcmp(domaintype(md.mesh),'3Dsurface'),
10+ axis auto tight
11+
12 elseif strcmp(domaintype(md.mesh),'2Dhorizontal'),
13 axis tight equal;
14 else
Note: See TracBrowser for help on using the repository browser.