diff scripts/plot/meshc.m @ 11589:b0084095098e

missing semicolons in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:26:09 -0500
parents c792872f8942
children adbc08052ccd
line wrap: on
line diff
--- a/scripts/plot/meshc.m
+++ b/scripts/plot/meshc.m
@@ -43,7 +43,7 @@
          "xgrid", "on", "ygrid", "on", "zgrid", "on");
   endif
 
-  drawnow
+  drawnow ();
   zmin = get (ax, "zlim")(1);
 
   [c, tmp2] = __contour__ (ax, zmin, varargin{:});