Mercurial > hg > octave-lyh
comparison scripts/plot/polar.m @ 5053:c08cb1098afc
[project @ 2004-10-19 23:10:54 by jwe]
author | jwe |
---|---|
date | Tue, 19 Oct 2004 23:10:55 +0000 |
parents | ae7adbb591e8 |
children | eecc24b92d97 |
comparison
equal
deleted
inserted
replaced
5052:c6ef19da4b24 | 5053:c08cb1098afc |
---|---|
22 ## Make a two-dimensional plot given polar the coordinates @var{theta} and | 22 ## Make a two-dimensional plot given polar the coordinates @var{theta} and |
23 ## @var{rho}. | 23 ## @var{rho}. |
24 ## | 24 ## |
25 ## The optional third argument specifies the line type. | 25 ## The optional third argument specifies the line type. |
26 ## @end deftypefn | 26 ## @end deftypefn |
27 ## | |
27 ## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar, | 28 ## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar, |
28 ## stairs, gplot, gsplot, replot, xlabel, ylabel, and title} | 29 ## stairs, gplot, gsplot, replot, xlabel, ylabel, and title} |
29 | 30 |
30 ## Author: jwe | 31 ## Author: jwe |
31 | 32 |