Re: [Matplotlib-users] Stopping FuncAnimation

2014-03-06 Thread Ryan May
On Mon, Feb 24, 2014 at 2:44 PM, Derek Pyne wrote: > Does anyone know the preferred method for stopping FuncAnimation? I am > using it to record data from a oscilloscope and woud like to be able to > pause and restart the data on demand. Is there any way I can send a button > click event to it?

[Matplotlib-users] Stopping FuncAnimation

2014-02-24 Thread Derek Pyne
Does anyone know the preferred method for stopping FuncAnimation? I am using it to record data from a oscilloscope and woud like to be able to pause and restart the data on demand. Is there any way I can send a button click event to it? Thanks, Derek ---