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 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
精彩评论