Hi!
I am trying to use plotly + mapbox to make an animation.
The idea is to have scatter markers on a map, changing from frame to frame.
Each frame represents a datetime, that would be displayed on top of the graph.
I am using go.Scattermapbox with mode set to "text " to write the datetime.
So far I have run into two problems:
textposition on go.Scattermapbox doesnt seem to work properly.
I had to hard set the coordinates of the text with lat & lon.
Which results in issues if we are to zoom in/out during animation.
Every frame change works fine for the scattermapbox marker animation, but the scattermapbox datetime text flickers through frame changes.
How to prevent that?
Thank you!
E Pattaro