Mercurial > hg > octave-nkf
comparison scripts/plot/semilogy.m @ 6448:2110cc251779
[project @ 2007-03-24 02:47:36 by jwe]
author | jwe |
---|---|
date | Sat, 24 Mar 2007 02:47:36 +0000 |
parents | a5cd8b77e892 |
children | 76e3d985ae56 |
comparison
equal
deleted
inserted
replaced
6447:3f79532415b5 | 6448:2110cc251779 |
---|---|
21 ## @deftypefn {Function File} {} semilogy (@var{args}) | 21 ## @deftypefn {Function File} {} semilogy (@var{args}) |
22 ## Make a two-dimensional plot using a log scale for the @var{y} axis. See | 22 ## Make a two-dimensional plot using a log scale for the @var{y} axis. See |
23 ## the description of @code{plot} for a description of the arguments | 23 ## the description of @code{plot} for a description of the arguments |
24 ## that @code{semilogy} will accept. | 24 ## that @code{semilogy} will accept. |
25 ## @seealso{plot, semilogx, loglog, polar, mesh, contour, bar, stairs, | 25 ## @seealso{plot, semilogx, loglog, polar, mesh, contour, bar, stairs, |
26 ## replot, xlabel, ylabel, title} | 26 ## xlabel, ylabel, title} |
27 ## @end deftypefn | 27 ## @end deftypefn |
28 | 28 |
29 ## Author: jwe | 29 ## Author: jwe |
30 | 30 |
31 function retval = semilogy (varargin) | 31 function retval = semilogy (varargin) |