Mercurial > hg > octave-lyh
diff scripts/plot/xlabel.m @ 11315:c715816f4539
Add additional calling form to docstring for [xyz]label functions.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 06 Dec 2010 17:30:47 -0800 |
parents | be55736a0783 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/plot/xlabel.m +++ b/scripts/plot/xlabel.m @@ -19,11 +19,13 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} xlabel (@var{string}) -## @deftypefnx {Function File} {} ylabel (@var{string}) -## @deftypefnx {Function File} {} zlabel (@var{string}) ## @deftypefnx {Function File} {} xlabel (@var{h}, @var{string}) -## Specify x-, y-, and z-axis labels for the current figure. If @var{h} is -## specified then label the axis defined by @var{h}. +## @deftypefnx {Function File} {@var{h} =} xlabel (@dots{}) +## @deftypefnx {Function File} {} ylabel (@dots{}) +## @deftypefnx {Function File} {} zlabel (@dots{}) +## Specify x-, y-, or z-axis labels for the current axis. If @var{h} is +## specified then label the axis defined by @var{h}. The optional return +## value @var{h} provides a handle to the created label. ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, ## bar, stairs, title} ## @end deftypefn