What is the syntax to create a 3D animation with Plotly in Python?

Hi @jmmease,
Thank you for your answer !
I tried as you said, by adding the line :

'zsrc': grid.get_column_reference('f3(x,y) à t = ' + str(j)),

below the lines concerning x and y, in the data section and in frame ones. I also changed the z-axis range but the plot created is still a 2D plot.

I have another request : is it possible to plot a 3D surface in the first place, instead of a few points ? I tried to mix the examples I find in Plotly’s website but the functions used are different (iplot and icreate_animations) but it didn’t work.

Thanks for your help