Animate Maps with Python

Hi,

I am trying to animate a map that has multiple traces. I have read Need animation example with Scattermapbox.

Simple I want to create the same animation of https://plot.ly/python/gapminder-example/ with map ( scatter map)) rather than charts,

thank you in advance

Hi @aytug,

Could you include what you’ve tried so far? Also, I’d recommend looking at the β€œoffline” gapminder animation example at https://plot.ly/python/animations/#using-a-slider-and-buttons/ since it’s a little simpler (it doesn’t use the Grid references).

-Jon