Re: [Matplotlib-users] Preserving figure over closes and reopenings of the window

2014-08-25 Thread Maciej Kurnicki
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!

[Matplotlib-users] Preserving figure over closes and reopenings of the window

2014-08-25 Thread Maciej Kurnicki
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.