


% -*- 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}.
% @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
% bar, stairs, title}
% @end deftypefn