How do I stop the axis from changing in a 3D animated plot?

Hey,

So I’m trying to animate a 3D scatter plot over a time period. The problem is that the dot never moves, the axes scale up and down. Any Idea how to fix this?

My code:

plot_ly(df, x = ~x, y = ~y, z = ~z, type = 'scatter3d', frame= ~timestamp)

An example dataset is here: "timestamp","x","y","z"1,1.67034539463144,-0.286665694458795,-0.86985529742595 - Pastebin.com

Link that works now: "timestamp","x","y","z"1,1.67034539463144,-0.286665694458795,-0.86985529742595 - Pastebin.com