diff scripts/plot/contour3.m @ 11427:dc983f92e774

contour3.m: Grid on be default for 3D plots.
author Ben Abbott <bpabbott@mac.com>
date Thu, 30 Dec 2010 20:18:15 -0500
parents 6ab93f01df07
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/contour3.m
+++ b/scripts/plot/contour3.m
@@ -63,7 +63,8 @@
   end_unwind_protect
 
   if (! ishold ())
-    set (xh, "view", [-37.5, 30]);
+    set (xh, "view", [-37.5, 30],
+         "xgrid", "on", "ygrid", "on", "zgrid", "on");
   endif
 
   if (nargout > 0)