is an option for contour plots that specifies how to label contours.
ContourLabels
is an option for contour plots that specifies how to label contours.
Details
- The following settings for ContourLabels can be used:
-
None no labeling Automatic label with tooltips only True label with text only All label with text and tooltips f label with f[x,y,z] {f,g} use g as a tooltip for the complete contour - With ContourLabels->f, the label can be any expression or graphic, and can include constructs such as Tooltip.
- ContourLabels->{f,g} uses f[x,y,z] as an explicit displayed label, and uses g[x,y,z] as a tooltip for each complete contour line.
- The positions of contour labels are determined automatically to optimize readability.
Examples
Basic Examples (3)
Automatically label contour lines with tooltips:
ContourPlot[x / Exp[x ^ 2 + y ^ 2], {x, -2, 2}, {y, -2, 2}, ContourLabels -> Automatic]ContourPlot[x / Exp[x ^ 2 + y ^ 2], {x, -2, 2}, {y, -2, 2}, ContourLabels -> All]Customize the appearance of the labels:
ContourPlot[x / Exp[x ^ 2 + y ^ 2], {x, -2, 2}, {y, -2, 2}, ContourLabels -> (Text[Framed[#3], {#1, #2}, Background -> StandardGray]&)]See Also
Related Guides
Text
Wolfram Research (2007), ContourLabels, Wolfram Language function, https://reference.wolfram.com/language/ref/ContourLabels.html (updated 2008).
CMS
Wolfram Language. 2007. "ContourLabels." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/ContourLabels.html.
APA
Wolfram Language. (2007). ContourLabels. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ContourLabels.html
BibTeX
@misc{reference.wolfram_2026_contourlabels, author="Wolfram Research", title="{ContourLabels}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/ContourLabels.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_contourlabels, organization={Wolfram Research}, title={ContourLabels}, year={2008}, url={https://reference.wolfram.com/language/ref/ContourLabels.html}, note=[Accessed: 13-June-2026]}