Skip to content

French Guiana plotted as France in choropleth map #2914

@RodolfoFigueroa

Description

@RodolfoFigueroa

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2considered for next cycleP3backlogbugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions