Defining default/starting frame with Plotly Express Animation

Hi @jeremym,

This line of code updates your fig data and displays the last frame:

mtlmap_fig.update_traces(z=mtlmap_fig.frames[-1].data[0].z)
mtlmap_fig.show()
1 Like