Matplotlib 插图极坐标图
我试图在笛卡尔坐标中的正常 x 与 y 图中插入极坐标图。我知道插图可以通过 pylab.axes 获得,如本示例所示。但我不知道如何指定这是一个极坐标图,可能没有任何网格。欢迎任何帮助
I'm trying to inset a polar plot inside a normal x vs y plot in cartesian coordinate. I know that inset can be obtained through pylab.axes as illustrated in this example. But I do not know how to specify this is a polar plot, possibly without any grid. Any help is welcomed
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一个工作示例。
要点是为第二个图形指定一个新的、更小的轴
Here you have a working example.
The main point is to specify a new, smaller axes for the second figure