PlotLegends

PlotLegends

使用する凡例を指定するプロット関数のオプションである.

詳細

  • PlotLegendsの主な設定には次のようなものがある.
  • None凡例は加えない
    Automatic自動的な凡例を使う
    "Expressions"式を凡例ラベルとして使う
    {lbl1,lbl2,}i 番目の入力に lbliを使う
    exprexpr を凡例として使う
    Placed[leg,pos]凡例の置き方を指定する
  • SwatchLegendLineLegendPointLegendBarLegendの凡例コンストラクタを使ってよく使われる凡例を作ることができる.
  • PlotLegendsPlaced[leg,pos]は,凡例 legpos で指定された位置に置く.
  • 次は,pos の可能な形である.
  • Above,Below,Before,Afterexpr の境界ボックスの外側位置
    {h,v}水平 h で垂直 v の位置
    {{ex,ey},{lx,ly}}expr のスケールされた位置{ex,ey}内の凡例内のスケールされた位置{lx,ly}
  • 可能な水平位置は,BeforeLeftCenterRightAfterである.
  • 可能な垂直位置は,BelowBottomCenterTopAbove.である.

例題

すべて開くすべて閉じる

  (5)

編集可能なプレースホルダをプロットの凡例として使う:

プロット中の式を凡例として使う:

凡例のテキストを指定する:

凡例をプロットの下に置く:

凡例をプロットの中に置く:

スコープ  (5)

凡例のコンテンツ  (2)

LineLegendを使って凡例を作る:

SwatchLegendを使って凡例を作る:

BarLegendContourPlotDensityPlotで使われる:

SwatchLegendを使って凡例を作る:

凡例には任意の式を使うことができる:

凡例の置き方  (3)

Placedを使って凡例の置き方を変える:

名前付きの水平位置と垂直位置を使って凡例を置く:

プロット範囲に関連付けられたスケールされた座標を使って凡例を置く:

凡例の微調整のためには,凡例を置く場所を指定するとよい:

考えられる問題  (1)

Manipulate中の制御変数は,HoldFormによる完全なコンテキストとともに凡例に示される:

Withを使って変数の値を示す:

Wolfram Research (2012), PlotLegends, Wolfram言語関数, https://reference.wolfram.com/language/ref/PlotLegends.html.

テキスト

Wolfram Research (2012), PlotLegends, Wolfram言語関数, https://reference.wolfram.com/language/ref/PlotLegends.html.

CMS

Wolfram Language. 2012. "PlotLegends." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PlotLegends.html.

APA

Wolfram Language. (2012). PlotLegends. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PlotLegends.html

BibTeX

@misc{reference.wolfram_2024_plotlegends, author="Wolfram Research", title="{PlotLegends}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/PlotLegends.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_plotlegends, organization={Wolfram Research}, title={PlotLegends}, year={2012}, url={https://reference.wolfram.com/language/ref/PlotLegends.html}, note=[Accessed: 18-November-2024 ]}