Mercurial > hg > octave-nkf
diff scripts/plot/polar.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | ec8c33dcd1bf |
children | ace8d8d26933 |
line wrap: on
line diff
--- a/scripts/plot/polar.m +++ b/scripts/plot/polar.m @@ -23,10 +23,9 @@ ## @var{rho}. ## ## The optional third argument specifies the line type. +## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar, +## stairs, replot, xlabel, ylabel, title} ## @end deftypefn -## -## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar, -## stairs, replot, xlabel, ylabel, and title} ## Author: jwe