|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ListPolarPlot
ListPolarPlot[{r1, r2, ...}]
plots points equally spaced in angle at radii
.
ListPolarPlot[{{
1, r1}, {
2, r2}, ...}]
plots points at polar coordinates
,
.
ListPolarPlot[{list1, list2, ...}]
plots several lists of values.
Details and OptionsDetails 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}],
is taken to be associated with
, and
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 gridlines to draw PolarTicks Automatic polar axes ticks
New in 6 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




