|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FaceGrids
FaceGrids
is an option for three-dimensional graphics functions that specifies grid lines to draw on the faces of the bounding box.
DetailsDetails
- The following settings can be given for FaceGrids:
-
None no grid lines drawn All grid lines drawn on all faces {face1,face2,...} grid lines drawn on the specified faces {{face1,{xgrid1,ygrid1}},...} details of grid lines specified - Faces are specified as
, where two of the
must be
, and the third one must be
or
. - For example, the x-y face with smallest z value is specified as
. - For each face, specifications
can be given to determine the arrangement of grid lines. These specifications have the form described in the notes for GridLines. - FaceGridsStyle gives default styles to use for face grids. »
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Put grids on every face of a 3D graphic:
| In[1]:= |
| Out[1]= | ![]() |
| In[1]:= |
| Out[1]= | ![]() |
Specify the overall style of face grids, using FaceGridsStyle:
| In[1]:= |
| Out[1]= | ![]() |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



