Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Charting and Information Visualization > Chart Styling & Layout >
Mathematica > Visualization and Graphics > Data Visualization > Charting and Information Visualization > Chart Styling & Layout >

PolarAxesOrigin

PolarAxesOrigin
is an option for sector charts and polar plots that specifies where polar axes should be drawn.
  • PolarAxesOrigin->{Theta, r} specifies the radial axis should be placed at angle theta, and the angular axis should be placed at radius r.
  • The angle theta is measured in radians, counterclockwise from the the positive x axis.
  • PolarAxesOrigin->{{pos, dir}, r} specifies that the radial axis should be at position pos, and oriented in direction dir.
  • The setting Automatic specifies an automatic choice of axes origin.
Determine polar axes origin automatically:
Specify the polar axes origin to be at theta=pi and r=1:
Determine where the angular axes and radial axes intersect automatically:
Specify the angular axes and radial axes to intersect at :
Place radial axes to the right of sector chart:
Place radial axes to the left of sector chart:
Place radial axes to the top of sector chart:
Place radial axes to the bottom of sector chart:
Place radial axes to the top right and anglular axes to be at radius 5:
Move the polar axes origin using sliders:
Determine polar axes origin automatically:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Specify the polar axes origin to be at theta=pi and r=1:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Determine where the angular axes and radial axes intersect automatically:
Specify the angular axes and radial axes to intersect at :
Place radial axes to the right of sector chart:
Place radial axes to the left of sector chart:
Place radial axes to the top of sector chart:
Place radial axes to the bottom of sector chart:
Place radial axes to the top right and anglular axes to be at radius 5:
Move the polar axes origin using sliders:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team