Skip to content

Commit 97f4030

Browse files
committed
add note on locations as full state names
1 parent fcb8a84 commit 97f4030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/choropleth-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ fig = px.choropleth(df, locations="iso_alpha",
229229
fig.show()
230230
```
231231

232-
To use the USA States geometry, set `locationmode='USA-states'` and provide `locations` as [two-letter state abbreviations](/python/outline-map-locations/#supported-us-state-codes):
232+
To use the USA States geometry, set `locationmode='USA-states'` and provide `locations` as [two-letter state abbreviations](/python/outline-map-locations/#supported-us-state-codes) or [full state names](/python/outline-map-locations/#locationmode='USA-states'):
233233

234234
```python
235235
import plotly.express as px

0 commit comments

Comments
 (0)