Skip to content

Commit e243e6d

Browse files
archmojLiamConnors
andauthored
Update packages/python/plotly/plotly/express/_doc.py
Co-authored-by: Liam Connors <[email protected]>
1 parent ba9c413 commit e243e6d

File tree

1 file changed

+3
-5
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+3
-5
lines changed

packages/python/plotly/plotly/express/_doc.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,9 @@
532532
"Sets the center point of the map.",
533533
],
534534
map_style=[
535-
"str (default `'basic'`, needs Map API token)",
536-
"Identifier of base map style, some of which require a Map or Stadia Maps API token to be set using `plotly.express.set_map_access_token()`.",
537-
"Allowed values which do not require a token are `'open-street-map'`, `'white-bg'`, `'carto-positron'`, `'carto-darkmatter'`.",
538-
"Allowed values which require a Map API token are `'basic'`, `'streets'`, `'outdoors'`, `'light'`, `'dark'`, `'satellite'`, `'satellite-streets'`.",
539-
"Allowed values which require a Stadia Maps API token are `'stamen-terrain'`, `'stamen-toner'`, `'stamen-watercolor'`.",
535+
"str (default `'basic'`)",
536+
"Identifier of base map style.",
537+
"Allowed values are `'basic'`, `'carto-darkmatter'`, `'carto-darkmatter-nolabels'`, `'carto-positron'`, `'carto-positron-nolabels'`, `'carto-voyager'`, `'carto-voyager-nolabels'`, `'dark'`, `'light'`, `'open-street-map'`, `'outdoors'`, `'satellite'`, `'satellite-streets'`, `'streets'`, `'white-bg'`.",
540538
],
541539
mapbox_style=[
542540
"str (default `'basic'`, needs Mapbox API token)",

0 commit comments

Comments
 (0)