is an option for 3D graphics functions that specifies how face grids should be rendered.
FaceGridsStyle
is an option for 3D graphics functions that specifies how face grids should be rendered.
Details
- 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.
- The default style of face grids is specified by the option DefaultFaceGridsStyle.
Examples
open all close allBasic Examples (1)
Specify the overall style of face grids:
Graphics3D[Cylinder[], FaceGrids -> All, FaceGridsStyle -> Directive[Orange, Dashed]]ParametricPlot3D[{v Cos[u], v Sin[u], v ^ 3}, {u, 0, 2Pi}, {v, -1, 1}, Mesh -> None, FaceGrids -> {{0, -1, 0}}, FaceGridsStyle -> Directive[Gray, Dotted]]Scope (1)
Properties & Relations (1)
Individually styled face grids can be used with FaceGridsStyle, and have higher priority:
Graphics3D[Cylinder[], FaceGrids -> {{{0, -1, 0}, {{{-1 / 2, Red}, {0, Green}, {1 / 2, Blue}}, {{-1 / 3, Thin}, {1 / 3, Dashed}}}}}, FaceGridsStyle -> Directive[Thick, Orange]]Related Guides
Text
Wolfram Research (2007), FaceGridsStyle, Wolfram Language function, https://reference.wolfram.com/language/ref/FaceGridsStyle.html (updated 2008).
CMS
Wolfram Language. 2007. "FaceGridsStyle." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/FaceGridsStyle.html.
APA
Wolfram Language. (2007). FaceGridsStyle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FaceGridsStyle.html
BibTeX
@misc{reference.wolfram_2026_facegridsstyle, author="Wolfram Research", title="{FaceGridsStyle}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/FaceGridsStyle.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_facegridsstyle, organization={Wolfram Research}, title={FaceGridsStyle}, year={2008}, url={https://reference.wolfram.com/language/ref/FaceGridsStyle.html}, note=[Accessed: 13-June-2026]}