From: TheLonelyStar <na...@lo...> - 2009-12-29 20:49:09
|
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 <module> manager.window.after(100, run) AttributeError: 'gtk.Window' object has no attribute 'after' What is wrong? How can I correct that? Thanks! Nathan -- View this message in context: http://old.nabble.com/Can-not-get-animated-matplotlib-example-to-work-tp26959581p26959581.html Sent from the matplotlib - users mailing list archive at Nabble.com. |