Re: [Matplotlib-users] close-event

2009-11-16 Thread Christopher Barker
> On Fri, Nov 13, 2009 at 10:39 AM, Gregor Thalhammer > wrote: >> 1) I would like to stay independent of the backend, therefore I would >> prefer a approach like in idle_and_timeout >> http://matplotlib.sourceforge.net/examples/event_handling/idle_and_timeout.html >> However, with my default back

Re: [Matplotlib-users] close-event

2009-11-15 Thread John Hunter
On Fri, Nov 13, 2009 at 10:39 AM, Gregor Thalhammer wrote: > 1) I would like to stay independent of the backend, therefore I would > prefer a approach like in idle_and_timeout > http://matplotlib.sourceforge.net/examples/event_handling/idle_and_timeout.html > However, with my default backend WXAgg

[Matplotlib-users] close-event

2009-11-15 Thread Gregor Thalhammer
Hi all, I want to use matplotlib to plot in realtime the position of a microscope stage, read out over a serial connection. Essentially I reached my goal, starting from the example simple_idle_wx.py http://matplotlib.sourceforge.net/examples/animation/simple_idle_wx.html Now I have two quest