Re: [Matplotlib-users] animations with python and gtk3

2013-07-25 Thread Gurinder Singh Gill
Thanks for replying Ben , i am using Matplotlib v_1.2.1 (installed using source) and am following embedding_in_gtk3.py, basic_anim.py and simple_anim.py. basically i am trying to merge embedding_in_gtk3.py with simple_anim.py so that i have an gtk3 Main window and inside it i am plotting continuo

Re: [Matplotlib-users] animations with python and gtk3

2013-07-24 Thread Benjamin Root
On Wed, Jul 24, 2013 at 3:09 AM, Gurinder Singh Gill wrote: > I am using python 2.7 and matplotlib animations example . > when i am using gtk2 as a reference the plots works fine > but when i change the backend to gtk3 i start getting errors . > can someone help with that > how to work with animat