Re: [Matplotlib-users] python and matplotlib animation

2008-12-30 Thread davev
Please feel free to do so. If you need anything from me, I will be glad to provide it. dave John Hunter-4 wrote: > > On Tue, Dec 30, 2008 at 1:31 PM, davev wrote: >> >> Thank you John, that made the difference. I had read that you needed to >> call >> the draw function for the canvas first bu

Re: [Matplotlib-users] python and matplotlib animation

2008-12-30 Thread John Hunter
On Tue, Dec 30, 2008 at 1:31 PM, davev wrote: > > Thank you John, that made the difference. I had read that you needed to call > the draw function for the canvas first but it wasn't clear from the > examples. Now that you have given me the correct place to make the call, > things are working as ex

Re: [Matplotlib-users] python and matplotlib animation

2008-12-30 Thread davev
Thank you John, that made the difference. I had read that you needed to call the draw function for the canvas first but it wasn't clear from the examples. Now that you have given me the correct place to make the call, things are working as expected. If we wanted to, this small project could easil

Re: [Matplotlib-users] python and matplotlib animation

2008-12-29 Thread John Hunter
On Mon, Dec 29, 2008 at 2:04 PM, davev wrote: > Will do (done actually). Here is the list of files: MyFrame.py HeartPanel.py > app.py anim.wxg I've included the wxGlade file just to be complete. Please > let me know if you see anything that is obviously wrong here. It's not much > different from s

Re: [Matplotlib-users] python and matplotlib animation

2008-12-29 Thread davev
Will do (done actually). Here is the list of files: http://www.nabble.com/file/p21208385/MyFrame.py MyFrame.py http://www.nabble.com/file/p21208385/HeartPanel.py HeartPanel.py http://www.nabble.com/file/p21208385/app.py app.py http://www.nabble.com/file/p21208385/anim.wxg anim.wxg I've inclu

Re: [Matplotlib-users] python and matplotlib animation

2008-12-29 Thread John Hunter
On Mon, Dec 29, 2008 at 1:13 AM, davev wrote: > > After searching through the forums and trying many different things I have > been unable to get animation working correctly using matplotlib in my python > application. I'm hoping one of the experts here can take a quick look at my > code and tell

[Matplotlib-users] python and matplotlib animation

2008-12-28 Thread davev
After searching through the forums and trying many different things I have been unable to get animation working correctly using matplotlib in my python application. I'm hoping one of the experts here can take a quick look at my code and tell me what I am doing incorrectly. What I am seeing is th