|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DefaultGridLinesStyle
DefaultGridLinesStyle
is a low-level option for 2D graphics functions that specifies the default style to use in rendering grid lines.
DetailsDetails
- DefaultGridLinesStyle->style specifies that the grid lines should effectively be replaced by Style[line, style].
- GridLinesStyle is applied after DefaultGridLinesStyle.
- For Graphics, the default setting is DefaultGridLinesStyle->"GraphicsGridLines".
- DefaultGridLinesStyle->{} introduces no default style specifications, thereby effectively allowing all outside style specifications in.
- DefaultGridLinesStyle->style makes any specifications in style override corresponding outside style specifications.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
The current setting for DefaultGridLinesStyle:
| In[1]:= |
| Out[1]= |
| In[1]:= |
| Out[1]= | ![]() |
Explicit settings for GridLinesStyle override DefaultGridLinesStyle:
| In[1]:= |
| Out[1]= | ![]() |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


