PieCharts`
PieCharts`

PieOrientation

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

PieOrientation

PieChartのオプションであり,データの最初の要素をどこに置くかを決める.

詳細とオプション

  • PieOrientationを使うためには,まず円グラフパッケージ をロードしなくてはならない.それにはNeeds["PieCharts`"]を実行する必要がある.
  • PieOrientation->θ では円グラフは角度 θ から始まる.θ=0は正の x 軸に対応し,左回りに増加していく.
  • PieOrientation->dir では指定された方向に円グラフを作成する.dir"Clockwise""CounterClockwise"である.
  • PieOrientation->{θ,dir}では,角度θ から始まり,dir 方向へと進む.
  • PieOrientation->AutomaticPieOrientation->{0,"CounterClockwise"}に等しい.

例題

  (1)

最初の扇形は通常正の x 軸から始まり,反時計回りに進む:

正の y 軸から始める:

時計回りに進める:

正の y 軸から始め,時計回りに進める:

Wolfram Research (2007), PieOrientation, Wolfram言語関数, https://reference.wolfram.com/language/PieCharts/ref/PieOrientation.html.

テキスト

Wolfram Research (2007), PieOrientation, Wolfram言語関数, https://reference.wolfram.com/language/PieCharts/ref/PieOrientation.html.

CMS

Wolfram Language. 2007. "PieOrientation." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/PieCharts/ref/PieOrientation.html.

APA

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

BibTeX

@misc{reference.wolfram_2024_pieorientation, author="Wolfram Research", title="{PieOrientation}", year="2007", howpublished="\url{https://reference.wolfram.com/language/PieCharts/ref/PieOrientation.html}", note=[Accessed: 08-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_pieorientation, organization={Wolfram Research}, title={PieOrientation}, year={2007}, url={https://reference.wolfram.com/language/PieCharts/ref/PieOrientation.html}, note=[Accessed: 08-November-2024 ]}