comparison 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
comparison
equal deleted inserted replaced
11588:d5bd2766c640 11589:b0084095098e
41 if (! ishold ()) 41 if (! ishold ())
42 set (ax, "view", [-37.5, 30], 42 set (ax, "view", [-37.5, 30],
43 "xgrid", "on", "ygrid", "on", "zgrid", "on"); 43 "xgrid", "on", "ygrid", "on", "zgrid", "on");
44 endif 44 endif
45 45
46 drawnow 46 drawnow ();
47 zmin = get (ax, "zlim")(1); 47 zmin = get (ax, "zlim")(1);
48 48
49 [c, tmp2] = __contour__ (ax, zmin, varargin{:}); 49 [c, tmp2] = __contour__ (ax, zmin, varargin{:});
50 50
51 tmp = [tmp; tmp2]; 51 tmp = [tmp; tmp2];