# HG changeset patch # User Ben Abbott # Date 1291335781 18000 # Node ID 6ab93f01df07577e1638dec7616203ee6d62b636 # Parent 262c365eb71c607cba202be82954344ce95c0e36 contour3.m: Modify demo to avoid clipping mesh. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,6 @@ 2010-12-02 Ben Abbott + * 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. diff --git a/scripts/plot/contour3.m b/scripts/plot/contour3.m --- 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