8000 Add new `map` options to `px` and update plotly.js/master at 056799dfc705a4533935ae3169cc94d35bc44830 by archmoj · Pull Request #4726 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Add new map options to px and update plotly.js/master at 056799dfc705a4533935ae3169cc94d35bc44830 #4726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/python/plotly/plotly/express/_doc.py
Co-authored-by: Liam Connors <liam@plot.ly>
  • Loading branch information
archmoj and LiamConnors authored Aug 27, 2024
commit e243e6d6ca4f6c00e79fe5410256e4eb38b47b29
8 changes: 3 additions & 5 deletions packages/python/plotly/plotly/express/_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,9 @@
"Sets the center point of the map.",
],
map_style=[
"str (default `'basic'`, needs Map API token)",
"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()`.",
"Allowed values which do not require a token are `'open-street-map'`, `'white-bg'`, `'carto-positron'`, `'carto-darkmatter'`.",
"Allowed values which require a Map API token are `'basic'`, `'streets'`, `'outdoors'`, `'light'`, `'dark'`, `'satellite'`, `'satellite-streets'`.",
"Allowed values which require a Stadia Maps API token are `'stamen-terrain'`, `'stamen-toner'`, `'stamen-watercolor'`.",
"str (default `'basic'`)",
"Identifier of base map style.",
"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'`.",
],
mapbox_style=[
"str (default `'basic'`, needs Mapbox API token)",
Expand Down
0