You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/location-mode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The following map types in `plotly.express` and `plotly.graph_objects` support t
46
46
-`go.Choropleth` - choropleth trace for coloring regions
47
47
-`go.Scattergeo` - geographic scatter/line trace for markers and lines
48
48
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:
50
50
51
51
-`'ISO-3'` - three-letter ISO country codes (for example, `'USA'`, `'CAN'`, `'GBR'`)
52
52
-`'USA-states'` - two-letter US state abbreviations (for example, `'CA'`, `'TX'`, `'NY'`)
0 commit comments