is an option for legends that specifies the margins to leave around the legend.
LegendMargins
is an option for legends that specifies the margins to leave around the legend.
Details
- Possible settings are:
-
dist the same margins on all sides {{left,right},{bottom,top}} different margins on different sides - Margin sizes are in printer's points.
- LegendMargins adds space between the content generated by LegendLayout and the container provided by LegendFunction.
Examples
Basic Examples (3)
Leave no margins between legends and LegendFunction:
SwatchLegend[63, Range[5], LegendFunction -> (Framed[#, FrameMargins -> 0]&), LegendMargins -> 0]Specify margins in different sides:
LineLegend[63, Range[5], LegendMargins -> {{5, 10}, {15, 20}}, LegendFunction -> (Framed[#, FrameMargins -> 0]&)]Leave no margins between legends and plot:
ContourPlot[Sin[x + Cos[y]], {x, 0, π}, {y, 0, π}, PlotLegends -> Placed[BarLegend[Automatic, LegendMargins -> 0], {{1, 0.5}, {0, 0.5}}]]Use LegendMargins to leave margins between legends and plot:
ContourPlot[Sin[x + Cos[y]], {x, 0, π}, {y, 0, π}, PlotLegends -> Placed[BarLegend[Automatic, LegendMargins -> 15], {{1, 0.5}, {0, 0.5}}]]Related Guides
-
▪
- Legends
History
Text
Wolfram Research (2012), LegendMargins, Wolfram Language function, https://reference.wolfram.com/language/ref/LegendMargins.html.
CMS
Wolfram Language. 2012. "LegendMargins." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LegendMargins.html.
APA
Wolfram Language. (2012). LegendMargins. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LegendMargins.html
BibTeX
@misc{reference.wolfram_2026_legendmargins, author="Wolfram Research", title="{LegendMargins}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/LegendMargins.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_legendmargins, organization={Wolfram Research}, title={LegendMargins}, year={2012}, url={https://reference.wolfram.com/language/ref/LegendMargins.html}, note=[Accessed: 12-June-2026]}