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()
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()