Mercurial > hg > octave-nkf
diff scripts/plot/xlabel.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | ace8d8d26933 |
line wrap: on
line diff
--- a/scripts/plot/xlabel.m +++ b/scripts/plot/xlabel.m @@ -24,10 +24,9 @@ ## Specify x, y, and z axis labels for the plot. If you already have a plot ## displayed, use the command @code{replot} to redisplay it with the new ## labels. +## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, +## bar, stairs, replot, ylabel, title} ## @end deftypefn -## -## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, -## bar, stairs, replot, ylabel, and title} ## Author: jwe