comparison scripts/plot/xlabel.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children ace8d8d26933
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
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. If you already have a plot
25 ## displayed, use the command @code{replot} to redisplay it with the new 25 ## displayed, use the command @code{replot} to redisplay it with the new
26 ## labels. 26 ## labels.
27 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
28 ## bar, stairs, replot, ylabel, title}
27 ## @end deftypefn 29 ## @end deftypefn
28 ##
29 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
30 ## bar, stairs, replot, ylabel, and title}
31 30
32 ## Author: jwe 31 ## Author: jwe
33 32
34 function h = xlabel (varargin) 33 function h = xlabel (varargin)
35 34