在python 2.7.13中使用极坐标散点图设置thetamin

时间:2017-12-26 19:16:47

标签: python matplotlib polar-coordinates

我想在这里重现这个情节:

https://matplotlib.org/gallery/pie_and_polar_charts/polar_scatter.html#scatter-plot-on-polar-axis-confined-to-a-sector

从那里完全复制代码。 但是,它给了我这个错误

  

回溯(最近一次呼叫最后):文件" polar_scatter.py",第57行,   在       ax.set_thetamin(45)AttributeError:' PolarAxesSubplot'对象没有属性' set_thetamin'

我使用的是2.7.12版| Anaconda 4.2.0(x86_64)

提前致谢!

1 个答案:

答案 0 :(得分:0)

我使用Matplotlib 2.1.1运行了您上面链接的示例,它运行得非常好。

我非常确定在最近的更新中将ax.set_thetamin()选项添加到了matplotlib中,所以我想您要确保您有最新版本的Matplotlib可用。请查看managing packages上的Anaconda说明,了解如何操作。

希望有所帮助!