Mercurial > hg > octave-nkf
diff scripts/plot/semilogx.m @ 6895:76e3d985ae56
[project @ 2007-09-13 18:22:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Sep 2007 18:22:51 +0000 |
parents | 2110cc251779 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/plot/semilogx.m +++ b/scripts/plot/semilogx.m @@ -19,11 +19,10 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} semilogx (@var{args}) -## Make a two-dimensional plot using a log scale for the @var{x} axis. See -## the description of @code{plot} for a description of the arguments -## that @code{semilogx} will accept. -## @seealso{plot, semilogy, loglog, polar, mesh, contour, bar, stairs, -## xlabel, ylabel, title} +## Produce a two-dimensional plot using a log scale for the @var{x} +## axis. See the description of @code{plot} for a description of the +## arguments that @code{semilogx} will accept. +## @seealso{plot, semilogy, loglog} ## @end deftypefn ## Author: jwe