Skip to content

Commit eb30bea

Browse files
committed
Update location-mode.md
1 parent d5f00e4 commit eb30bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/location-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ fig = px.choropleth(
459459
fig.show()
460460
```
461461

462-
> How Plotly matches 'country names' will change in a future version. Matching will become stricter and some country names may no longer match. We recommend using `locationmode='ISO-3'` with three-letter codes for consistent behavior across versions.
462+
> How Plotly matches 'country names' will change in a future version. Matching will become stricter and some country names may no longer match. We recommend using `locationmode='ISO-3'` with ISO codes for `locations` to ensure consistent behavior across versions.
463463
464464
```python
465465
import plotly.express as px

0 commit comments

Comments
 (0)