comparison scripts/plot/grid.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 4e2d2516da22
children b111ca4715c6
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
21 ## @deftypefn {Function File} {} grid (@var{arg}) 21 ## @deftypefn {Function File} {} grid (@var{arg})
22 ## For two-dimensional plotting, force the display of a grid on the plot. 22 ## For two-dimensional plotting, force the display of a grid on the plot.
23 ## The argument may be either @code{"on"} or @code{"off"}. If it is 23 ## The argument may be either @code{"on"} or @code{"off"}. If it is
24 ## omitted, @code{"on"} is assumed. 24 ## omitted, @code{"on"} is assumed.
25 ## @end deftypefn 25 ## @end deftypefn
26 ##
26 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, 27 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
27 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title} 28 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title}
28 29
29 ## Author: jwe 30 ## Author: jwe
30 31