comparison scripts/plot/grid.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children b5568c31ee2c
comparison
equal deleted inserted replaced
2313:5ca126254d15 2314:949ab8eba8bc
24 ## If the argument is omitted, "on" is assumed. 24 ## If the argument is omitted, "on" is assumed.
25 ## 25 ##
26 ## See also: plot, semilogx, semilogy, loglog, polar, mesh, contour, 26 ## See also: plot, semilogx, semilogy, loglog, polar, mesh, contour,
27 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title 27 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title
28 28
29 ## Author: jwe
30
29 function grid (x) 31 function grid (x)
30 32
31 if (nargin == 0) 33 if (nargin == 0)
32 set grid; 34 set grid;
33 elseif (nargin == 1) 35 elseif (nargin == 1)