Wolfram Research製品ご購入サービスとリソース会社概要その他のWolframサイト
Mathematica > データの可視化 >

ListPolarPlot

ListPolarPlot[{r1, r2, ...}]
半径ri で同じ角度で拡げられた点をプロットする.
ListPolarPlot[{{1, r1}, {2, r2}, ...}]
極座標i, ri の点をプロットする.
ListPolarPlot[{list1, list2, ...}]
いくつかの値のリストをプロットする.
  • ListPolarPlot[list]は,デフォルトで,list の各要素を別々の点としてプロットする.
  • theta は正のx 軸から始めて時計と反対周りでラジアンで測られる.
  • r, theta に対応するx, y 位置はr cos(theta), r sin(theta)である.theta の値は0から2 pi の間になくてもよい.
  • ListPolarPlot[{r1, ..., rn}]において,r1theta=0と,rntheta=2 pi(1-1/n)と関連するものとされる.
AspectRatioAutomatic縦横比
AxesOrigin{0,0}座標軸の交差場所
バージョン 6 の新機能
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team