Skip to content
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

French Guiana plotted as France in choropleth map #2914

Closed
RodolfoFigueroa opened this issue Nov 19, 2020 · 4 comments
Closed

French Guiana plotted as France in choropleth map #2914

RodolfoFigueroa opened this issue Nov 19, 2020 · 4 comments
Labels
bug something broken P2 considered for next cycle P3 backlog

Comments

@RodolfoFigueroa
Copy link

RodolfoFigueroa commented Nov 19, 2020

When using ISO 3166 country codes as choropleth map locations, French Guiana is incorrectly plotted as part of France, despite its code being FR-GF.

Here is a working example:

import Pandas as pd
import plotly.express as px
df = pd.DataFrame()
df['code'] = ['FRA']
df['x'] = 1
fig = px.choropleth(df, locations="code", color="x")
fig.show()
@hitesh-pathak
Copy link

I also came across this issue, despite the fact that my data labels French Guiana as GUF.

@gvwilson gvwilson self-assigned this Jul 4, 2024
@gvwilson gvwilson removed their assignment Aug 2, 2024
@gvwilson gvwilson added P3 backlog bug something broken labels Aug 12, 2024
@gvwilson
Copy link
Contributor

@archmoj will upcoming work address this?

@archmoj
Copy link
Contributor

archmoj commented Aug 12, 2024

No. This is related to geo subplots not map & mapbox.
@ndrezn Could you please keep track of it?

@gvwilson gvwilson added the P2 considered for next cycle label Aug 19, 2024
@ndrezn
Copy link
Member

ndrezn commented Feb 11, 2025

Closing in favour of plotly/plotly.js#7334

@ndrezn ndrezn closed this as completed Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P2 considered for next cycle P3 backlog
Projects
None yet
Development

No branches or pull requests

5 participants