Mercurial > hg > octave-nkf
comparison scripts/plot/semilogy.m @ 3408:ae7adbb591e8
[project @ 2000-01-06 08:29:11 by jwe]
author | jwe |
---|---|
date | Thu, 06 Jan 2000 08:29:26 +0000 |
parents | 5e0a0b1cba43 |
children | e0b7a493e5a8 |
comparison
equal
deleted
inserted
replaced
3407:5e0a0b1cba43 | 3408:ae7adbb591e8 |
---|---|
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 ## @end deftypefn | 25 ## @end deftypefn |
26 ## @seealso{plot, semilogx, loglog, polar, mesh, contour, bar, stairs, | 26 ## @seealso{plot, semilogx, loglog, polar, mesh, contour, bar, stairs, |
27 ## gplot, gsplot, replot, xlabel, ylabel, title} | 27 ## gplot, gsplot, replot, xlabel, ylabel, and title} |
28 | 28 |
29 ## Author: jwe | 29 ## Author: jwe |
30 | 30 |
31 function semilogy (...) | 31 function semilogy (...) |
32 | 32 |