Re: [Matplotlib-users] 3d animated scatter plot

2012-11-11 Thread Benjamin Root
On Sun, Nov 11, 2012 at 1:42 PM, Andrew Dawson wrote: > Hi > > I'm trying to plot the trajectory of a particle in 3d using mplot3d. I > tried to follow the example of an animated 3d plot on the matplotlib > website but I'm having trouble with the updating of the data point being > plotted at each

[Matplotlib-users] 3d animated scatter plot

2012-11-11 Thread Andrew Dawson
Hi I'm trying to plot the trajectory of a particle in 3d using mplot3d. I tried to follow the example of an animated 3d plot on the matplotlib website but I'm having trouble with the updating of the data point being plotted at each frame. Does anyone know how to do this? So far I have: import nu