Skip to content

Commit 05e1ab3

Browse files
authored
Update doc/python/location-mode.md
1 parent 707ef33 commit 05e1ab3

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
@@ -46,7 +46,7 @@ The following map types in `plotly.express` and `plotly.graph_objects` support t
4646
- `go.Choropleth` - choropleth trace for coloring regions
4747
- `go.Scattergeo` - geographic scatter/line trace for markers and lines
4848

49-
The `locations` parameter accepts region identifiers (such as `['CA', 'TX', 'NY']`, a pandas Series, or array-like), and the `locationmode` parameter controls how those identifiers are interpreted:
49+
The `locations` parameter accepts region identifiers and the `locationmode` parameter controls how those identifiers are interpreted:
5050

5151
- `'ISO-3'` - three-letter ISO country codes (for example, `'USA'`, `'CAN'`, `'GBR'`)
5252
- `'USA-states'` - two-letter US state abbreviations (for example, `'CA'`, `'TX'`, `'NY'`)

0 commit comments

Comments
 (0)