【发布时间】:2017-12-26 19:16:46
【问题描述】:
我想在这里重现这个情节:
从那里准确复制代码。 但是,然后它给了我这个错误
Traceback(最近一次调用最后一次):文件“polar_scatter.py”,第 57 行, 在 ax.set_thetamin(45) AttributeError: 'PolarAxesSubplot' 对象没有属性 'set_thetamin'
我正在使用版本 2.7.12 |Anaconda 4.2.0 (x86_64)
提前致谢!
【问题讨论】:
标签: python matplotlib polar-coordinates