diff scripts/plot/mesh.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 1f9ab076f5f7
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/mesh.m
+++ b/scripts/plot/mesh.m
@@ -50,7 +50,8 @@
   set (tmp, "edgecolor", "flat");
 
   if (! ishold ())
-    set (ax, "view", [-37.5, 30]);
+    set (ax, "view", [-37.5, 30],
+         "xgrid", "on", "ygrid", "on", "zgrid", "on");
   endif
 
   if (nargout > 0)