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 > PolarGridLines >
Mathematica > Visualization and Graphics > Data Visualization > Charting and Information Visualization > Chart Styling & Layout > PolarGridLines >
Mathematica > Data Manipulation > Statistical Data Analysis > Statistical Visualization > Charting and Information Visualization > Chart Styling & Layout > PolarGridLines >

PolarGridLines

PolarGridLines
is an option for sector charts and polar plots that specifies polar grid lines.
  • Polar grid lines can be both radial and angular.
Noneno grid lines drawn
Automaticgrid lines placed automatically
{radial,angular}grid lines specified separately in each direction
  • With the Automatic setting, grid lines are usually placed at points whose coordinates have the minimum number of digits in their decimal representation.
  • For each direction, the following grid line options can be given:
Noneno grid lines drawn
Automaticgrid line positions chosen automatically
{t1,t2,...}grid lines drawn at the specified positions
{{t1,style1},...}grid lines with specified styles
funca function to be applied to , to get the grid line option
  • The positions of radial grid lines are specified by angles in radians, measured counterclockwise from the positive axis.
  • Grid line styles can involve any graphics directives, such as RGBColor and Thickness.
  • The grid line function may return any other grid line option.
Use automatically chosen polar grid lines:
Draw grid lines at the specified positions:
Specify polar grid styles:
Specify overall grid line style, using GridLinesStyle:
Use automatically chosen polar grid lines:
In[1]:=
Click for copyable input
Out[1]=
 
Draw grid lines at the specified positions:
In[1]:=
Click for copyable input
Out[1]=
 
Specify polar grid styles:
In[1]:=
Click for copyable input
Out[1]=
 
Specify overall grid line style, using GridLinesStyle:
In[1]:=
Click for copyable input
Out[1]=
Place the polar grids automatically:
Place grid lines in angular direction:
Place grid lines in radial direction:
For sector charts draw grid lines tangent to sector angles:
For sector charts draw grid lines tangent to sector radius:
For sector charts draw grid lines tangent to sector boundaries:
Specify the style of each grid line:
Specify overall grid line style, using GridLinesStyle:
Individually styled polar grid lines can be used with GridLinesStyle, and have higher priority:
Specify a grid function applied to and values in each direction:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF