开发者

How to change the page/plot two figures

开发者 https://www.devze.com 2023-04-07 13:33 出处:网络
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 i

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.

How to change the page/plot two figures

It is clear to me, that I could plot two figures. But I would like to know how to get t开发者_如何学运维hem showed in this same window, So that they can be accessed with these arrows.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号