Re: [Matplotlib-users] matplotlib backends - WXAgg vs. WX

2011-08-14 Thread Vlastimil Brom
2011/8/14 Eric Firing : > On 08/13/2011 01:11 PM, Vlastimil Brom wrote: >> Hi all, >> I'd like to ask a probably basic qustion about backends in matplotlib >> - specifically with regard to WXAgg and WX. >> What are the differences of the two, and what are the supposed >> usecases, and maybe restric

Re: [Matplotlib-users] Forcing the size of a figure

2011-08-14 Thread Goyo
Maybe you need to call fig.canvas.draw() to get the figura actually resized. 2011/8/12, Benjamin Root : > On Fri, Aug 12, 2011 at 10:04 AM, David Just wrote: > >> Now that I’m pre-building all my enlarged interpolated images to scroll >> through, I’m having trouble forcing the figure/FigureCan