|
SOLUTIONS
|
Mathematica
>
Visualization and Graphics
>
Charting and Information Visualization
>
Chart Styling & Layout
>
PolarGridLines
BUILT-IN MATHEMATICA SYMBOL
PolarGridLines
PolarGridLines
is an option for sector charts and polar plots that specifies polar grid lines.
DetailsDetails
- Polar grid lines can be both radial and angular.
- The following settings can be given for PolarGridLines:
-
None no grid lines drawn Automatic grid 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:
-
None no grid lines drawn Automatic grid line positions chosen automatically {t1,t2,...} grid lines drawn at the specified positions {{t1,style1},...} grid lines with specified styles func a 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. - GridLinesStyle gives default styles to use for grid lines.
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
Use automatically chosen polar grid lines:
| In[1]:= |
| Out[1]= | ![]() |
Draw grid lines at the specified positions:
| In[1]:= |
| Out[1]= | ![]() |
| In[1]:= |
| Out[1]= | ![]() |
Specify overall grid line style, using GridLinesStyle:
| In[1]:= |
| Out[1]= | ![]() |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






