如何更改页面/绘图两个数字

发布于 2024-12-06 15:15:44 字数 203 浏览 0 评论 0原文

我正在开发一个应该生成 3 个图的工具。其中两个是相关的,因此我使用 pyplot.subplot 创建了它们。第三个需要更多空间,我想在单个图表上创建它。 箭头有什么用?

我很清楚,我可以绘制两个图形。但我想知道如何让它们显示在同一个窗口中,以便可以使用这些箭头访问它们。

I am developing a tool that should produce 3 plots. Two of those are related and therefor I have created them using the the pyplot.subplot. The third one needs more space, and I would like to create it on a single chart.
What for are the arrows??

It is clear to me, that I could plot two figures. But I would like to know how to get them showed in this same window, So that they can be accessed with these arrows.

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

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

发布评论

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

评论(1

东走西顾 2024-12-13 15:15:44

You can control the positions and dimensions with subplots_adjust : http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.subplots_adjust

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