is a setting used for certain options.
None
is a setting used for certain options.
Examples
Basic Examples (4)
For ContourPlot, use None to only show the contour lines:
ContourPlot[Sin[x y], {x, -1, 1}, {y, -1, 1}, ContourShading -> None]ParametricPlot3D[{Cos[x]Cos[y], Cos[x]Sin[y], Sin[x]}, {x, 0, Pi}, {y, 0, Pi}, PlotStyle -> None]Use None to indicate holes or no content for mesh regions:
Plot3D[Sin[x y], {x, 0, 3}, {y, 0, 3}, Mesh -> 8, MeshShading -> {{Orange, None}, {None, Blue}}]Use None to indicate no vertex labels should be used:
TreeForm[Nest[{#, {#}, #}&, x, 4], VertexLabeling -> None]Related Guides
Related Links
History
Introduced in 1988 (1.0)
Text
Wolfram Research (1988), None, Wolfram Language function, https://reference.wolfram.com/language/ref/None.html.
CMS
Wolfram Language. 1988. "None." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/None.html.
APA
Wolfram Language. (1988). None. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/None.html
BibTeX
@misc{reference.wolfram_2026_none, author="Wolfram Research", title="{None}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/None.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_none, organization={Wolfram Research}, title={None}, year={1988}, url={https://reference.wolfram.com/language/ref/None.html}, note=[Accessed: 13-June-2026]}