为了账号安全,请及时绑定邮箱和手机立即绑定

2.0.2 之后极坐标图的 matplotlib 问题

2.0.2 之后极坐标图的 matplotlib 问题

有只小跳蛙 2021-09-14 20:22:03
2.0.2 之后发布的 matplotlib 会导致极坐标图绘制不正确。绿色图的顶部消失了。版本之间没有更改任何输入数据。版本 2.1.02.0.2 版本(好)import matplotlib.pyplot as plttheta_radians = np.radians(theta)fig = plt.figure()ax = fig.add_subplot(111, polar=True)ax.set_theta_zero_location("S")ax.plot(theta_radians, r, color='green')ax.plot(np.dot(theta_radians, -1), r, color='green')ax.plot(horiz, arr[25, :])fig.savefig('./filename.png', dpi=300)fig.show()
查看完整描述

1 回答

?
天涯尽头无女友

TA贡献1831条经验 获得超9个赞

问题似乎在于它设置下限的方式。我设法使用以下方法解决了这个问题:

ax.set_rlim(0,max)


查看完整回答
反对 回复 2021-09-14
  • 1 回答
  • 0 关注
  • 293 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信