is an option for legends that specifies an overall label for a legend.
LegendLabel
is an option for legends that specifies an overall label for a legend.
Details
- LegendLabel->None specifies that no label should be given.
- LegendLabel->Placed[lbl,pos,fun] puts lbl with fun applied at the position specified by pos.
- When the label position is Bottom, Top, Left, or Right, the label will be inside any structure created by LegendFunction.
- When the label position is Below, Above, Before, or After, the label will be outside any structure created by LegendFunction.
Examples
Basic Examples (4)
SwatchLegend[63, Range[4], LegendLabel -> None]Use any Wolfram Language notation for labels:
SwatchLegend[63, Range[4], LegendLabel -> Sum[f[i], {i, Subscript[i, max]}]]Place the label below the legends:
SwatchLegend[63, Range[4], LegendLabel -> Placed[BesselJ[1, x], Bottom]]The label is inside the wrapper function specified by LegendFunction:
SwatchLegend[63, Range[4], LegendLabel -> "label", LegendFunction -> "Frame"]Place the label outside of LegendFunction:
SwatchLegend[63, Range[4], LegendLabel -> Placed["label", Above], LegendFunction -> "Frame"]Related Guides
-
▪
- Legends
History
Text
Wolfram Research (2012), LegendLabel, Wolfram Language function, https://reference.wolfram.com/language/ref/LegendLabel.html.
CMS
Wolfram Language. 2012. "LegendLabel." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LegendLabel.html.
APA
Wolfram Language. (2012). LegendLabel. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LegendLabel.html
BibTeX
@misc{reference.wolfram_2026_legendlabel, author="Wolfram Research", title="{LegendLabel}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/LegendLabel.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_legendlabel, organization={Wolfram Research}, title={LegendLabel}, year={2012}, url={https://reference.wolfram.com/language/ref/LegendLabel.html}, note=[Accessed: 13-June-2026]}