Re: [Matplotlib-users] Can not get animated matplotlib example to work

2009-12-29 Thread TheLonelyStar
TheLonelyStar wrote: > > > > Jeff Whitaker wrote: >> >> TheLonelyStar wrote: >>> Hi, >>> >>> I am trying to get the exaple from here: >>> http://matplotlib.sourceforge.net/examples/animation/animate_decay_tk_blit.html >&g

Re: [Matplotlib-users] Can not get animated matplotlib example to work

2009-12-29 Thread TheLonelyStar
Jeff Whitaker wrote: > > TheLonelyStar wrote: >> Hi, >> >> I am trying to get the exaple from here: >> http://matplotlib.sourceforge.net/examples/animation/animate_decay_tk_blit.html >> >> I copied it into a file and tried to execute it. &

[Matplotlib-users] Can not get animated matplotlib example to work

2009-12-29 Thread TheLonelyStar
Hi, I am trying to get the exaple from here: http://matplotlib.sourceforge.net/examples/animation/animate_decay_tk_blit.html I copied it into a file and tried to execute it. I get: File "test.py", line 56, in manager.window.after(100, run) AttributeError: 'gtk.Window' object has no attribu

[Matplotlib-users] matplotlib figure within Qt Application -> segfault

2009-12-28 Thread TheLonelyStar
Hi, I have a Qt application, where I want to display a matplotlib figure which is updated from time to time (not mebeded, in its own window). Now, I do: import pylab pylab.ion() pylab.figure() within a function of the Qt application. And then I get a segfault. What is the proper way to do thi

[Matplotlib-users] matplotlib WX and Qt4Agg backends

2009-11-13 Thread TheLonelyStar
Hi, I have installed matplotlib with the "WX" and the "Qt4Agg" backend. Both have problems: with WX backend, I can plot something. But when I close the window and try to plot again, nothing happens (no window opens). with Qt4Agg I can plot something. But when I close the window and try to plot