tended on the whole figure area, there are multiple
ways to do that. In particular, you can set the margins for the figure:
http://matplotlib.org/api/pyplot_api.html?highlight=subplots_adjust#matplotlib.pyplot.subplots_adjust
All of this would work just fine with autoscale.
I hope that helps!
I'm using matplotlib for drawing lines, points and circles basically. I
have 2 problems i can't solve by myself and it's hard to solve them not
digging into source i think.
First problem: I got an instance of figure class and i want to preserve
it during closing and reopening the output window.