[Matplotlib-users] matplotlib FuncAnimation hanging issue

2013-05-05 Thread Colin McAuliffe
Hello all,

I'm having an issue with FuncAnimation with ffmpeg. For a small number  
of frames everything works fine, but for some reason with more than  
600 frames the program hangs indefinitely. Is there some kind of frame  
limit for FuncAmimation or is there a mistake in the arguements I am  
passing?

ani = ani.FuncAnimation(fig, animate,np.range(1,700),  
interval=25,blit=True, init_func=init)

Thanks and all the best
Colin



-- 
Colin McAuliffe
PhD Candidate
Columbia University
Department of Civil Engineering and Engineering Mechanics

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] matplotlib FuncAnimation hanging issue

2013-05-05 Thread Tony Yu
On Sun, May 5, 2013 at 7:12 PM, Colin McAuliffe wrote:

> Hello all,
>
> I'm having an issue with FuncAnimation with ffmpeg. For a small number
> of frames everything works fine, but for some reason with more than
> 600 frames the program hangs indefinitely. Is there some kind of frame
> limit for FuncAmimation or is there a mistake in the arguements I am
> passing?
>

Hi Colin,

Which version of Matplotlib are you running? This sounds similar to a bug
addressed by the following change:

https://github.com/matplotlib/matplotlib/pull/989

This change has already made it into the current release (v1.2).

Best,
-Tony
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users