Rev | Line | |
---|
[19102] | 1 | Index: ../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.