ListPolarPlot
ListPolarPlot[{r1,r2,…}]
plots points equally spaced in angle at radii ri.
ListPolarPlot[{{θ1,r1},{θ2,r2},…}]
plots points at polar coordinates θi, ri.
ListPolarPlot[{list1,list2,…}]
plots several lists of values.
Details and Options

- ListPolarPlot[list] by default plots each element of list as a separate point.
- ListPolarPlot[list,Joined->True] draws a line through the list of points.
- The angle
is measured in radians, counterclockwise from the positive
axis.
- The
,
position corresponding to
,
is
,
. The value of
need not be between 0 and
.
- In ListPolarPlot[{r1,…,rn}], r1 is taken to be associated with
, and rn with
.
- ListPolarPlot has the same options as ListPlot, with the following changes:
-
AspectRatio Automatic ratio of height to width AxesOrigin {0,0} where axes should cross MeshFunctions {#3&} how to determine placement of mesh points PolarAxes False whether to draw polar axes PolarAxesOrigin Automatic where to draw polar axes PolarGridLines None polar grid lines to draw PolarTicks Automatic polar axes ticks
Examples
open allclose allBasic Examples (3)
Scope (17)
Options (63)
Properties & Relations (12)
Neat Examples (1)
See Also
Related Guides
Related Links
Introduced in 2007
(6.0)
| Updated in 2014 (10.0)