WLJS LogoWLJS Notebook

ListPolarPlot

ListPolarPlot[{r1, r2, ...}] plots points equally spaced in angle at radii ri.

Examples

Polar plot of radii:

ListPolarPlot[Table[Sin[3 θ],, 0, 2 Pi, 0.1}]]

With explicit angles:

ListPolarPlot[Table[{θ, 1 + Cos[θ]},, 0, 2 Pi, 0.1}]]

Please visit the official Wolfram Language Reference for more details.

On this page