is an option for legends that specifies how to format the legend content.
LegendLayout
is an option for legends that specifies how to format the legend content.
Details
- Possible settings for LegendLayout are:
-
Automatic automatic layout "Row" left-to-right layout "Column" bottom-to-top layout "ReversedRow" right-to-left layout "ReversedColumn" top-to-bottom layout f layout determined by function f - For LineLegend, PointLegend, and SwatchLegend, the argument to the function f is a table {{style1,label1},{style2,label2},…} of styles and associated labels.
- For BarLegend, the argument to f is a color function cf, range of values {min,max}, and list of contour values contours.
Examples
Basic Examples (3)
SwatchLegend[63, Range[5], LegendLayout -> "Row"]BarLegend[{"Rainbow", {0, 1}}, LegendLayout -> "Row"]LineLegend[63, Range[5]]LineLegend[63, Range[5], LegendLayout -> "ReversedColumn"]BarLegend[{"Rainbow", {0, 1}}, LegendLayout -> "ReversedRow"]Write a function to construct a legend as a formatted table:
table[pairs_] := TableForm[pairs, TableHeadings -> {{"Group A", "Group B", "Group C"}, {"color", "mascot"}}, TableAlignments -> Center]SwatchLegend[63, {"lion", "whale", "rocket"}, LegendLayout -> table]See Also
LineLegend PointLegend SwatchLegend BarLegend Grid Row Column
Related Guides
-
▪
- Legends
History
Text
Wolfram Research (2012), LegendLayout, Wolfram Language function, https://reference.wolfram.com/language/ref/LegendLayout.html.
CMS
Wolfram Language. 2012. "LegendLayout." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LegendLayout.html.
APA
Wolfram Language. (2012). LegendLayout. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LegendLayout.html
BibTeX
@misc{reference.wolfram_2026_legendlayout, author="Wolfram Research", title="{LegendLayout}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/LegendLayout.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_legendlayout, organization={Wolfram Research}, title={LegendLayout}, year={2012}, url={https://reference.wolfram.com/language/ref/LegendLayout.html}, note=[Accessed: 12-June-2026]}