Mercurial > hg > octave-nkf
diff scripts/plot/semilogy.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 |
line wrap: on
line diff
--- a/scripts/plot/semilogy.m +++ b/scripts/plot/semilogy.m @@ -22,10 +22,9 @@ ## Make a two-dimensional plot using a log 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, polar, mesh, contour, bar, stairs, +## replot, xlabel, ylabel, title} ## @end deftypefn -## -## @seealso{plot, semilogx, loglog, polar, mesh, contour, bar, stairs, -## replot, xlabel, ylabel, and title} ## Author: jwe