Re: [Matplotlib-users] Figures piling up in Tkinter GUI

2012-11-05 Thread Hans Bering
On Fri, 02 Nov 2012 16:45:22 +0100, wrote: > Message: 5 > Date: Fri, 2 Nov 2012 12:01:35 +0100 > From: Vlastimil Brom > Subject: Re: [Matplotlib-users] Figures piling up in Tkinter GUI > (1.2.0rc2) > To: matplotlib-users@lists.sourceforge.net > Message-ID: >

Re: [Matplotlib-users] Figures piling up in Tkinter GUI (1.2.0rc2)

2012-11-02 Thread Vlastimil Brom
2012/11/1 Hans Bering : > Hello everybody, > > I'm building a small Tkinter GUI using matplotlib, in which I have to > change/update plots quite often depending on user input (with different > contents & sizes, in different places in the GUI, etc.; but always only > one figure at a time). > > As a