comparison scripts/plot/xlabel.m @ 9758:09da0bd91412

Periodic grammar check of Octave documentation files to ensure common format Use double spaces after a period at start of new sentence Do not use @iftex blocks where @tex block is sufficient
author Rik <rdrider0-list@yahoo.com>
date Fri, 23 Oct 2009 09:28:14 -0700
parents dbd0c77e575e
children be55736a0783
comparison
equal deleted inserted replaced
9757:95ad9c2a27e2 9758:09da0bd91412
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