LegendOrientation
LegendOrientation
Legendのオプションであり,記号を並べる方向を指定する.
詳細とオプション
- LegendOrientationを使うためには,まずプロットの凡例パッケージをロードしなくてはならない.それにはNeeds["PlotLegends`"]を実行する必要がある.
- 以下の設定を使うことができる:
-
Horizontal 左から右 Vertical 上から下
例題
例 (1)
Needs["PlotLegends`"]Plot[{Sin[x], Cos[x]}, {x, 0, 2Pi}, PlotLegend -> {"sine", "cosine"}, LegendOrientation -> Horizontal]Plot[{Sin[x], Cos[x]}, {x, 0, 2Pi}, PlotLegend -> {"sine", "cosine"}, LegendOrientation -> Vertical]テクニカルノート
関連するガイド
テキスト
Wolfram Research (2007), LegendOrientation, Wolfram言語関数, https://reference.wolfram.com/language/PlotLegends/ref/LegendOrientation.html.
CMS
Wolfram Language. 2007. "LegendOrientation." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/PlotLegends/ref/LegendOrientation.html.
APA
Wolfram Language. (2007). LegendOrientation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/PlotLegends/ref/LegendOrientation.html
BibTeX
@misc{reference.wolfram_2026_legendorientation, author="Wolfram Research", title="{LegendOrientation}", year="2007", howpublished="\url{https://reference.wolfram.com/language/PlotLegends/ref/LegendOrientation.html}", note=[Accessed: 19-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_legendorientation, organization={Wolfram Research}, title={LegendOrientation}, year={2007}, url={https://reference.wolfram.com/language/PlotLegends/ref/LegendOrientation.html}, note=[Accessed: 19-August-2026]}