comparison scripts/plot/grid.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 5b80eaa366c1
children f0fbefd984f6
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
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 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
26 ## bar, stairs, replot, xlabel, ylabel, title}
25 ## @end deftypefn 27 ## @end deftypefn
26 ##
27 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
28 ## bar, stairs, replot, xlabel, ylabel, and title}
29 28
30 ## Author: jwe 29 ## Author: jwe
31 30
32 ## PKG_ADD: mark_as_command grid 31 ## PKG_ADD: mark_as_command grid
33 32