comparison 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
comparison
equal deleted inserted replaced
6447:3f79532415b5 6448:2110cc251779
19 19
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 ## Specify x, y, and z axis labels for the plot. If you already have a plot 24 ## Specify x, y, and z axis labels for the plot.
25 ## displayed, use the command @code{replot} to redisplay it with the new
26 ## labels.
27 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, 25 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
28 ## bar, stairs, replot, ylabel, title} 26 ## bar, stairs, ylabel, title}
29 ## @end deftypefn 27 ## @end deftypefn
30 28
31 ## Author: jwe 29 ## Author: jwe
32 30
33 function h = xlabel (varargin) 31 function h = xlabel (varargin)