> 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
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
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