Mercurial > hg > octave-lyh
comparison scripts/plot/polar.m @ 3408:ae7adbb591e8
[project @ 2000-01-06 08:29:11 by jwe]
author | jwe |
---|---|
date | Thu, 06 Jan 2000 08:29:26 +0000 |
parents | 5e0a0b1cba43 |
children | c08cb1098afc |
comparison
equal
deleted
inserted
replaced
3407:5e0a0b1cba43 | 3408:ae7adbb591e8 |
---|---|
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 ## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar, | 27 ## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar, |
28 ## stairs, gplot, gsplot, replot, xlabel, ylabel, title} | 28 ## stairs, gplot, gsplot, replot, xlabel, ylabel, and title} |
29 | 29 |
30 ## Author: jwe | 30 ## Author: jwe |
31 | 31 |
32 function polar (x1, x2, fmt) | 32 function polar (x1, x2, fmt) |
33 | 33 |