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

Re: [Matplotlib-users] metadata

2009-11-15 Thread Marius Jan Klein
I have to do a lot of plots. I would like to put an identifier into each plot that identifies the way the plot was made. This identifier then could point to a database that contains the script and extra information. Here is an example: http://depth-first.com/articles/2007/08/08/never-draw-the-

[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