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


