将极坐标图设置为顶部 0 度

发布于 2024-12-03 04:18:43 字数 340 浏览 1 评论 0原文

我使用 matplotlib 创建了一个简单的极坐标图。我试图在顶部(12 点钟位置)而不是右侧(3 点钟位置)绘制 0 度的图。我在 matplotlib 文档中看不到任何简单的方法来执行此操作。

我发现了 StackOverflow 上的较旧问题,但接受的答案似乎不起作用,而且由于它已经存在一年多了,我认为现在可能有更好的方法来做到这一点。

有什么想法吗?

I have created a simple polar plot using matplotlib. I'm trying to make the plot with 0 degrees at the top (12 o'clock position) rather than the right-hand side (3 o'clock position). I can't see any simple way to do this in the matplotlib documentation.

I've found an older question here on StackOverflow, but the accepted answer doesn't seem to work, and as it's over a year old I thought there may be a better way to do it now.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可是我不能没有你 2024-12-10 04:18:43

angle 替换为 angle - pi/4

Replace angle with angle - pi/4?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文