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 >>> >>> I copied it into a file and tried to execute it. >>> I get: >>> >>

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. >> I get: >> >> File "test.py", line 56, in >> manag

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

2009-12-29 Thread Jeff Whitaker
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. > I get: > > File "test.py", line 56, in > manager.window.after(100, run) > AttributeEr

[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