Mercurial > hg > octave-nkf
diff scripts/plot/xlabel.m @ 6448:2110cc251779
[project @ 2007-03-24 02:47:36 by jwe]
author | jwe |
---|---|
date | Sat, 24 Mar 2007 02:47:36 +0000 |
parents | b2096bb759b1 |
children | 76e3d985ae56 |
line wrap: on
line diff
--- a/scripts/plot/xlabel.m +++ b/scripts/plot/xlabel.m @@ -21,11 +21,9 @@ ## @deftypefn {Function File} {} xlabel (@var{string}) ## @deftypefnx {Function File} {} ylabel (@var{string}) ## @deftypefnx {Function File} {} zlabel (@var{string}) -## 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. +## Specify x, y, and z axis labels for the plot. ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, -## bar, stairs, replot, ylabel, title} +## bar, stairs, ylabel, title} ## @end deftypefn ## Author: jwe