Index: ../trunk-jpl/src/m/plot/applyoptions.m =================================================================== --- ../trunk-jpl/src/m/plot/applyoptions.m (revision 19074) +++ ../trunk-jpl/src/m/plot/applyoptions.m (revision 19075) @@ -60,6 +60,9 @@ end elseif strcmp(domaintype(md.mesh),'2Dvertical'), axis auto tight + elseif strcmp(domaintype(md.mesh),'3Dsurface'), + axis auto tight + elseif strcmp(domaintype(md.mesh),'2Dhorizontal'), axis tight equal; else