BarCharts`
BarCharts`

PercentileBarChart

バージョン7.0現在で,PercentileBarChartの代りにBarChartが使われるようになっている.

PercentileBarChart[{list1,list2,}]

リストのデータの累積棒グラフを生成する.それぞれの棒グループに対するデータは,棒のグループの絶対値の和が1となるようにスケールされる.

詳細とオプション

  • PercentileBarChartを使うためには,まず棒グラフパッケージ をロードしなくてはならない.それにはNeeds["BarCharts`"]を実行する必要がある.
  • PercentileBarChartGraphicsと同じオプションの他に,下のオプションが使える:
  • BarStyleAutomatic棒のスタイル
    BarSpacingAutomaticグループ内の棒同士の間隔を開けるための棒の幅の割合
    BarGroupSpacingAutomatic棒のグループ同士の間のスペース
    BarLabelsAutomatic各棒(あるいはグループ)の目盛のラベル
    BarValuesFalse各棒の長さを表示するかどうか
    BarEdgesTrue各棒の周りに輪郭線を描画するかどうか
    BarEdgeStyleOpacity[0.5]棒の輪郭線のスタイル
    BarOrientationVertical横向きにするか縦向きにするかを指定する
  • それぞれの listi は数または数値のリストである.例えば,{1,7,-4,2,3}のようなものである.
  • listi は同じ長さである必要はない.
  • PercentileBarChartでは棒のグループすべての高さは同じである.

例題

  (1)

値の集合をグラフに表す:

合計の高さは常に同じであるが,負の値は軸より下に表示される:

集合は同じ長さである必要はない:

Wolfram Research (2008), PercentileBarChart, Wolfram言語関数, https://reference.wolfram.com/language/BarCharts/ref/PercentileBarChart.html.

テキスト

Wolfram Research (2008), PercentileBarChart, Wolfram言語関数, https://reference.wolfram.com/language/BarCharts/ref/PercentileBarChart.html.

CMS

Wolfram Language. 2008. "PercentileBarChart." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/BarCharts/ref/PercentileBarChart.html.

APA

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

BibTeX

@misc{reference.wolfram_2024_percentilebarchart, author="Wolfram Research", title="{PercentileBarChart}", year="2008", howpublished="\url{https://reference.wolfram.com/language/BarCharts/ref/PercentileBarChart.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_percentilebarchart, organization={Wolfram Research}, title={PercentileBarChart}, year={2008}, url={https://reference.wolfram.com/language/BarCharts/ref/PercentileBarChart.html}, note=[Accessed: 21-November-2024 ]}