如何更改页面/绘图两个数字
我正在开发一个应该生成 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.
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 subplots_adjust 控制位置和尺寸: http://matplotlib.sourceforge .net/api/pyplot_api.html#matplotlib.pyplot.subplots_adjust
You can control the positions and dimensions with subplots_adjust : http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.subplots_adjust