|
SOLUTIONS
|
MATHEMATICA 内置符号
ListPolarPlot
ListPolarPlot[{r1, r2, ...}]
绘制点,它们以
为半径等角度放置.
ListPolarPlot[{{
1, r1}, {
2, r2}, ...}]
在极坐标
,
上绘制点.
ListPolarPlot[{list1, list2, ...}]
绘制多个值列表.
更多信息更多信息
- 在默认情况下,ListPolarPlot[list] 绘制每个
中元素为一个单独的点. - ListPolarPlot[list, Joined->True] 绘制线,连接列表中的点.
-
角度为弧度,逆时针从正
轴旋转. - 相应于
,
的
,
坐标是
,
.
的值不一定要在 0 和
之间. - 在 ListPolarPlot[{r1, ..., rn}] 中,
对应
,
对应
. - ListPolarPlot 与 ListPlot 具有相同的选项,并有以下变化:
-
AspectRatio Automatic 高宽比 AxesOrigin {0,0} 交叉轴的位置 MeshFunctions {#3&} 如何决定网格点的放置 PolarAxes False 是否绘制极轴 PolarAxesOrigin Automatic 在哪里绘制极轴 PolarGridLines None 极坐标网格线 PolarTicks Automatic 极轴刻度
版本 6 的新功能 | 版本 7 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




