Placed
Details
- Placed[expr,pos] is used instead of expr to specify special placement of expr.
- The possible position specifications pos in Placed[expr,pos] depend on the construct in which Placed appears.
- Typical supported forms include Bottom, Left, Center, Right, Top, Tooltip and StatusArea, as well as special positions associated with particular charts or other constructs, and explicit lists of scaled coordinates.
- Placed[expr,{pos,epos}] specifies that position epos in expr should be placed at relative position pos.
Examples
Basic Examples (4)
Use symbolic placements within bars:
Table[BarChart[{1, 2, 3}, ChartLabels -> Placed[{"a", "b", "c"}, p], PlotLabel -> p], {p, {Bottom, Center, Top}}]Table[BarChart[{1, 2, 3}, ChartLabels -> Placed[{"a", "b", "c"}, p], BarOrigin -> Left, PlotLabel -> p], {p, {Left, Center, Right}}]Symbolic placements within sectors:
Table[PieChart[{1, 2, 3}, ChartLabels -> Placed[{"a", "b", "c"}, p], SectorOrigin -> {Automatic, 1}, PlotLabel -> p], {p, {"RadialInner", "RadialCenter", "RadialOuter"}}]Symbolic placements outside sectors:
Table[PieChart[{1, 2, 3}, ChartLabels -> Placed[{"a", "b", "c"}, p], SectorOrigin -> {Automatic, 1}, PlotLabel -> p], {p, {"RadialInside", "RadialEdge", "RadialOutside"}}]PieChart[Range[10], ChartLabels -> Placed[Range[10], "RadialCallout"], SectorOrigin -> {Automatic, 1}]{ListPlot[{Range[10], Prime[Range[10]]}, PlotLegends -> Placed[{"one", "two"}, Before]], ListPlot[{Range[10], Prime[Range[10]]}, PlotLegends -> Placed[{"one", "two"}, After]]}ListPlot[{Range[10], Prime[Range[10]]}, PlotLegends -> Placed[{"one", "two"}, {Left, Top}]]Use Placed to change the position of an overall legend label:
Table[SwatchLegend[63, Range[5], LegendFunction -> Framed, LegendLabel -> Placed["label", pos]], {pos, {Bottom, Top, Below, Above}}]History
Text
Wolfram Research (2008), Placed, Wolfram Language function, https://reference.wolfram.com/language/ref/Placed.html.
CMS
Wolfram Language. 2008. "Placed." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Placed.html.
APA
Wolfram Language. (2008). Placed. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Placed.html
BibTeX
@misc{reference.wolfram_2026_placed, author="Wolfram Research", title="{Placed}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/Placed.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_placed, organization={Wolfram Research}, title={Placed}, year={2008}, url={https://reference.wolfram.com/language/ref/Placed.html}, note=[Accessed: 13-June-2026]}