|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
GridLinesStyle
GridLinesStyle
is an option for 2D graphics functions that specifies how grid lines should be rendered.
DetailsDetails
- GridLinesStyle->style specifies that all grid lines should be rendered by default with the specified style.
- GridLinesStyle->{xstyle, ystyle} specifies that x and y grid lines should use different styles. »
- Styles can be specified using graphics directives such as Thick, Red, and Dashed, as well as Thickness, RGBColor, Dashing, and combinations given by Directive.
- Style specifications can refer to styles using style names from current stylesheets.
- Any outside styles not explicitly overridden by settings in GridLinesStyle will still be used.
- Explicit styles specified in the settings for GridLines can override styles specified in GridLinesStyle. »
- The default style of axes is specified by the option DefaultGridLinesStyle.
New in 6 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



