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