Re: [Matplotlib-users] fading line plot

2013-02-24 Thread Ryan Nelson
On 2/24/2013 1:28 PM, Paul Anton Letnes wrote: > Hi everyone, > > I've been looking into making an animation of a mechanical system. In its > first incarnation, my plan was as follows: > 1) Make a fading line plot of two variables (say, x and y) > 2) Run a series of such plots through ffmpeg/avenc

Re: [Matplotlib-users] fading line plot

2013-02-24 Thread Mark Lawrence
On 24/02/2013 18:28, Paul Anton Letnes wrote: > Hi everyone, > > I've been looking into making an animation of a mechanical system. In its > first incarnation, my plan was as follows: > 1) Make a fading line plot of two variables (say, x and y) > 2) Run a series of such plots through ffmpeg/avenco

[Matplotlib-users] fading line plot

2013-02-24 Thread Paul Anton Letnes
Hi everyone, I've been looking into making an animation of a mechanical system. In its first incarnation, my plan was as follows: 1) Make a fading line plot of two variables (say, x and y) 2) Run a series of such plots through ffmpeg/avencode to generate an animation First, I'm wondering whether