Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Visualization >

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.
  • ListPolarPlot[list] by default plots each element of list as a separate point.
  • The angle theta is measured in radians, counterclockwise from the positive x axis.
  • The x, y position corresponding to r, theta is r cos(theta), r sin(theta). The value of theta need not be between 0 and 2 pi.
  • In ListPolarPlot[{r1, ..., rn}], r1 is taken to be associated with theta=0, and rn with theta=2 pi(1-1/n).
AspectRatioAutomaticratio of height to width
AxesOrigin{0,0}where axes should cross
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team