Skip to content

Commit b7aff21

Browse files
authored
Update doc/python/mapbox-density-heatmaps.md
1 parent e994f13 commit b7aff21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/mapbox-density-heatmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fig.show()
9292
<!-- #endregion -->
9393

9494
<!-- #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`
9696

9797
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`.
9898

0 commit comments

Comments
 (0)