Mercurial > hg > octave-nkf
diff scripts/plot/loglog.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | eabc8e96c006 |
children | ace8d8d26933 |
line wrap: on
line diff
--- a/scripts/plot/loglog.m +++ b/scripts/plot/loglog.m @@ -22,10 +22,9 @@ ## Make a two-dimensional plot using log scales for both axes. See the ## description of @code{plot} for a description of the arguments that ## @code{loglog} will accept. +## @seealso{plot, semilogy, loglog, polar, mesh, contour, bar, stairs, +## replot, xlabel, ylabel, title} ## @end deftypefn -## -## @seealso{plot, semilogy, loglog, polar, mesh, contour, bar, stairs, -## replot, xlabel, ylabel, and title} ## Author: jwe