Hi,
I’m trying to create a bunch of subplots (like this: https://plot.ly/python/map-subplots-and-small-multiples/) but each subplot needs to be zoomed into a city (like this: https://plot.ly/python/scattermapbox/#multiple-markers). I’ve not able able to use zoom
or center
to get the subplots zoomed into a particular lat / long pair. Any ideas how to achieve this?
That should work. Would you mind sharing a reproducible example?
Hi @etienne, I guess I was not clear in my question. What i meant to ask was can parameters like zoom
,center
be used for map-subplots?