Mercurial > hg > octave-nkf
diff scripts/plot/grid.m @ 6895:76e3d985ae56
[project @ 2007-09-13 18:22:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Sep 2007 18:22:51 +0000 |
parents | d069de22e9aa |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/plot/grid.m +++ b/scripts/plot/grid.m @@ -24,12 +24,11 @@ ## The argument may be either @code{"on"} or @code{"off"}. If it is ## omitted, the current grid state is toggled. ## -## If @var{arg} is @code{"minor"} then the minor grid is toggled. When +## If @var{arg} is @code{"minor"} then the minor grid is toggled. When ## using a minor grid a second argument @var{arg2} is allowed, which can ## be either @code{"on"} or @code{"off"} to explicitly set the state of ## the minor grid. -## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, -## bar, stairs, xlabel, ylabel, title} +## @seealso{plot} ## @end deftypefn ## Author: jwe