-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotting points on a city map #249
Comments
BTW, if it is possible, it would be nice to include an example in https://plot.ly/python/#maps |
Plotting at the city level is outside the current scope of plotly.js geographic maps. I'd recommend using leaflet or MapBox for your use case, as plotly.js is never going to compete against their large dev teams. We do hope to compete against matplotllib basemap at some point though. |
Thanks, @etpinard. Basemap can adjust their resolution level to city scope quite easily, though. BTW, what would require to include city-level plotting in plotly? We may be able to contribute. |
@ispmarin Could you share a sample code for adjusting the resolution level to a certain geographic region using Baseman? I am specifically looking to visualization something in Nairobi National Park. |
Oh. I forgot about this issue. You can plot city maps using our Here's an example: http://codepen.io/etpinard/pen/oLdaXP |
Thank you @etpinard |
I'm trying to use plotly (an offline plot) to draw a map showing a scatter plot with enough detail to show urban movement in a city.
I need a "zoom in scope" like this https://www.google.com.br/maps/@-23.9686819,-46.3175511,13z?hl=en
Is it possible to do it in plotly?
I'm confused with the (110 | 50) limitation in scope https://plot.ly/python/reference/#layout-geo-resolution
Is there a way to customize it?
The text was updated successfully, but these errors were encountered: