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/mapbox-density-heatmaps.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
@@ -92,7 +92,7 @@ fig.show()
92
92
<!-- #endregion -->
93
93
94
94
<!-- #region -->
95
-
#### Stamen Terrain base map (Stadia Maps token needed): density heatmap with `plotly.express`
95
+
#### Stamen Terrain base map with Mapbox (Stadia Maps token needed): density heatmap with `plotly.express`
96
96
97
97
Some base maps require a token. To use "stamen" base maps, you'll need a [Stadia Maps](https://www.stadiamaps.com) token, which you can provide to the `mapbox_accesstoken` parameter on `fig.update_layout`. Here, we have the token saved in a file called `.mapbox_token`, load it in to the variable `token`, and then pass it to `mapbox_accesstoken`.
0 commit comments