diff scripts/plot/meshc.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 c503ccbe5033
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/meshc.m
+++ b/scripts/plot/meshc.m
@@ -39,7 +39,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
 
   drawnow