PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
3D Graphics Options
>
Built-in
Mathematica
Symbol
FaceGrids
GridLinesStyle
MeshStyle
See Also »
|
3D Graphics Options
New in 6.0: Graphics & Visualization Options
More About »
FaceGridsStyle
FaceGridsStyle
is an option for 3D graphics functions that specifies how face grids should be rendered.
MORE INFORMATION
FaceGridsStyle->
style
specifies that all face grid lines should be rendered by default with the specified style.
FaceGridsStyle->{
xgrid
,
ygrid
,
zgrid
}
specifies that different grid directions should use different styles.
Styles can be specified using graphics directives such as
Thick
,
Red
,
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
FaceGridsStyle
will still be used.
Explicit styles specified in the setting for
FaceGrids
can override styles specified in
FaceGridsStyle
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Specify the overall style of face grids:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Scope
(1)
Properties & Relations
(1)
SEE ALSO
FaceGrids
GridLinesStyle
MeshStyle
MORE ABOUT
3D Graphics Options
New in 6.0: Graphics & Visualization Options
New in 6
© 2008 Wolfram Research, Inc.