Mercurial > hg > octave-lyh
comparison scripts/plot/polar.m @ 2325:b5568c31ee2c
[project @ 1996-07-15 22:20:21 by jwe]
author | jwe |
---|---|
date | Mon, 15 Jul 1996 22:20:21 +0000 |
parents | bf8b1bffb58f |
children | a034dcdbc282 |
comparison
equal
deleted
inserted
replaced
2324:fdc6e2f81333 | 2325:b5568c31ee2c |
---|---|
22 ## Make a 2D plot given polar the coordinates theta and rho. | 22 ## Make a 2D plot given polar the coordinates theta and rho. |
23 ## | 23 ## |
24 ## The optional third argument specifies the line type. | 24 ## The optional third argument specifies the line type. |
25 ## | 25 ## |
26 ## See also: plot, semilogx, semilogy, loglog, mesh, contour, bar, | 26 ## See also: plot, semilogx, semilogy, loglog, mesh, contour, bar, |
27 ## stairs, gplot, gsplot, replot, xlabel, ylabel, title | 27 ## stairs, gplot, gsplot, replot, xlabel, ylabel, title |
28 | 28 |
29 ## Author: jwe | 29 ## Author: jwe |
30 | 30 |
31 function polar (x1, x2, fmt) | 31 function polar (x1, x2, fmt) |
32 | 32 |