Mercurial > hg > octave-nkf
comparison scripts/plot/grid.m @ 3408:ae7adbb591e8
[project @ 2000-01-06 08:29:11 by jwe]
author | jwe |
---|---|
date | Thu, 06 Jan 2000 08:29:26 +0000 |
parents | 5e0a0b1cba43 |
children | e031284eea27 |
comparison
equal
deleted
inserted
replaced
3407:5e0a0b1cba43 | 3408:ae7adbb591e8 |
---|---|
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 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, | 26 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, |
27 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title} | 27 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title} |
28 | 28 |
29 ## Author: jwe | 29 ## Author: jwe |
30 | 30 |
31 function grid (x) | 31 function grid (x) |
32 | 32 |