Plots data in polar coordinates.
ListPolarPlot[{r1, r2, …}]
ListPolarPlot[{{θ 1, r1}, {θ 2, r2}, …}]
ListPolarPlot[{list1, list2, …}]
ListPolarPlot[Table[Sqrt[n], {n, 100}]]
→ -Graphics-ListPolarPlot[Table[{n, Log[n]}, {n, 500}]]
→ -Graphics-ListPolarPlot[Table[Sqrt[n], {n, 100}], Joined -> True]
→ -Graphics-- AspectRatio — default Automatic
- AxesOrigin — default { 0 , 0 }
- LabelingFunction — default Automatic
- LabelingSize — default Automatic
- LabelingTarget — default Automatic
- MeshFunctions — default { #3& }
- PlotInteractivity — default $PlotInteractivity
- PlotLabels — default None
- PlotLegends — default None
- PolarAxes — default False
- PolarAxesOrigin — default Automatic
- PolarGridLines — default None
- PolarTicks — default Automatic
- ScalingFunctions — default None