Skip to content

Commit bcbc571

Browse files
authored
Merge branch 'master' into update-plotly-js-version
2 parents e5fdd7c + 3de6e25 commit bcbc571

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

Diff for: packages/python/plotly/plotly/express/_doc.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,10 @@
533533
],
534534
mapbox_style=[
535535
"str (default `'basic'`, needs Mapbox API token)",
536-
"Identifier of base map style, some of which require a Mapbox API token to be set using `plotly.express.set_mapbox_access_token()`.",
537-
"Allowed values which do not require a Mapbox API token are `'open-street-map'`, `'white-bg'`, `'carto-positron'`, `'carto-darkmatter'`, `'stamen-terrain'`, `'stamen-toner'`, `'stamen-watercolor'`.",
538-
"Allowed values which do require a Mapbox API token are `'basic'`, `'streets'`, `'outdoors'`, `'light'`, `'dark'`, `'satellite'`, `'satellite-streets'`.",
536+
"Identifier of base map style, some of which require a Mapbox or Stadia Maps API token to be set using `plotly.express.set_mapbox_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 Mapbox 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'`.",
539540
],
540541
points=[
541542
"str or boolean (default `'outliers'`)",

0 commit comments

Comments
 (0)