Mercurial > hg > octave-nkf
comparison scripts/plot/xlabel.m @ 9042:97aa01a85ea4
Merge documentation cleanup changes to main branch.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 25 Mar 2009 18:13:08 -0700 |
parents | dbd0c77e575e |
children | 09da0bd91412 |
comparison
equal
deleted
inserted
replaced
9019:12ca81f1fa99 | 9042:97aa01a85ea4 |
---|---|
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} xlabel (@var{string}) | 21 ## @deftypefn {Function File} {} xlabel (@var{string}) |
22 ## @deftypefnx {Function File} {} ylabel (@var{string}) | 22 ## @deftypefnx {Function File} {} ylabel (@var{string}) |
23 ## @deftypefnx {Function File} {} zlabel (@var{string}) | 23 ## @deftypefnx {Function File} {} zlabel (@var{string}) |
24 ## @deftypefnx {Function File} {} xlabel (@var{h}, @var{string}) | 24 ## @deftypefnx {Function File} {} xlabel (@var{h}, @var{string}) |
25 ## Specify x, y, and z axis labels for the current figure. If @var{h} is | 25 ## Specify x, y, and z axis labels for the current figure. If @var{h} is |
26 ## specified then label the axis defined by @var{h}. | 26 ## specified then label the axis defined by @var{h}. |
27 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, | 27 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, |
28 ## bar, stairs, title} | 28 ## bar, stairs, title} |
29 ## @end deftypefn | 29 ## @end deftypefn |
30 | 30 |