Re: [Matplotlib-users] Checking if figure is on screen

2011-02-14 Thread Paul Ivanov
Bartosz Telenczuk, on 2011-02-13 23:16, wrote: > Hi, > > I am writting an application in which I update dynamically the state > of the figures. When I am done I call the Figure.canvas.draw function > to redraw the figure. However, when the window was previously closed > by the user the upda

[Matplotlib-users] Checking if figure is on screen

2011-02-13 Thread Bartosz Telenczuk
Hi, I am writting an application in which I update dynamically the state of the figures. When I am done I call the Figure.canvas.draw function to redraw the figure. However, when the window was previously closed by the user the update can be skipped. Is there a way to tell from a figure han