使用PolarPlot函数即可在极坐标画图,比如:
PolarPlot[Sin[3 t], {t, 0, Pi}]
PolarPlot[{1, 1 + 1/10 Sin[10 t]}, {t, 0, 2 Pi}]
PolarPlot[{1, 1 + 1/10 Sin[10 t]}, {t, 0, 2 Pi}, PlotStyle -> {Green, Directive[Dashed, Thick, Orange]}]
PolarPlot
比如画图
PolarPlot[theta^2,{theta,0,Pi}]
画出了r=theta^2的图像