I have data set of points that has spatial coordinates x,y,z, and also has a timestamp t
note: the data spans over two years
I want to do an animation of these points each time iterating through a time interval, how can I do it using Plotly?
Hi @ali_11_h and welcome to the community !
Maybe this example could help - 3D Scatter Animation
this is exactly what I want to do but the only difference is that my data has a timestamp and I want the animation to rely on the date rather than simply a sequential plot, i.e. think of it as I want to iterate through time at each step plotting the points with a time lower than the current time+delta t.