diff scripts/plot/contour3.m @ 11307:6ab93f01df07

contour3.m: Modify demo to avoid clipping mesh.
author Ben Abbott <bpabbott@mac.com>
date Thu, 02 Dec 2010 19:23:01 -0500
parents be55736a0783
children dc983f92e774
line wrap: on
line diff
--- a/scripts/plot/contour3.m
+++ b/scripts/plot/contour3.m
@@ -78,4 +78,7 @@
 %! hold on
 %! surface (peaks (19), "facecolor", "none", "edgecolor", "black")
 %! colormap hot
+%! axis tight
+%! zlim auto
 %! hold off
+%! box off