-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
add Puerto Rico and other territories to U.S. states geo choropleth #3636
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
Comments
Thank you @yimej for your interest in plotly.js and suggesting this feature! I don't have time to look at this at the moment, but I agree it would be useful to display all the territories and states in one compact figure. |
Is there a possible ETA on when this would be looked at / worked on? I love using Plotly at work and find the interactive features especially useful. Would like to avoid using some other library to render Puerto Rico on my choropleths and have them look out of place next to the rest of my pretty Plotly visualizations! |
It seems like the following package implements the requested feature: https://github.com/rveciana/d3-composite-projections . Unfortunately, it dropped support for |
Could it be added as an option for locationmode or scope? |
Related #1259 |
Any updates on this? |
Adding a bump to this; any update on this, or workaround? @antoinerg Was hoping to use Plotly for a project, but Puerto Rico needs to be on the map for it. |
Also adding a bump, are there any updates on this? |
Were you able to find a solution for this? |
recent switch to maplibre should have made this possible |
@gvwilson Is there an example available of how to make this work in plotly.py or documentation of the parameter I need to use? The comment above says we need to use the "albersUsaTerritories projection" which appears to be implemented as a .js file and there's an obvious way to choose projection_type from a preset list of projections but albersUsaTerritories is not one of them. |
I'll tag in @camdecoster on this one - he's the expert… |
I'd like the option of adding U.S. territories (specifically Puerto Rico) to the U.S. states choropleth, especially in plotly.js. Ideally, the territories would float below the U.S. map similarly to Alaska and Hawaii. Puerto Rico should especially be added because it's so close to becoming a state. For people who only need the 50 states, it should be an option to include or exclude different territories.
I've asked if it's possible twice within the plotly community forums and have also researched on stackoverflow and elsewhere online--seems like this feature does not exist yet.
The text was updated successfully, but these errors were encountered: