changeset 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 262c365eb71c
children 9a08fa5b33bd
files scripts/ChangeLog scripts/plot/contour3.m
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,6 @@
 2010-12-02  Ben Abbott <bpabbott@mac.com>
 
+	* plot/contour3.m: Modify demo to avoid clipping mesh.
 	* plot/fill.m: Allow multiple filled polygons.
 	* plot/subplot.m: Add suppport for "align" and "replace" options.
 
--- 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