Mercurial > hg > octave-lyh
diff scripts/plot/semilogy.m @ 10687:a8ce6bdecce5
Improve documentation strings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 08 Jun 2010 20:22:38 -0700 |
parents | 5c6b73a844e4 |
children | 390d93e20531 |
line wrap: on
line diff
--- a/scripts/plot/semilogy.m +++ b/scripts/plot/semilogy.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} semilogy (@var{args}) -## Produce a two-dimensional plot using a log scale for the @var{y} +## Produce a two-dimensional plot using a logarithmic scale for the @var{y} ## axis. See the description of @code{plot} for a description of the ## arguments that @code{semilogy} will accept. ## @seealso{plot, semilogx, loglog}