Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1a0a1e

Browse files
committed
fix rendering
1 parent 30d082e commit e1a0a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/python/scattermapbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ fig.show()
303303
## Mapbox Maps
304304

305305
> Mapbox traces are deprecated and may be removed in a future version of Plotly.py.
306+
306307
The earlier examples using `px.scatter_map` and `go.Scattermap` use [Maplibre](https://maplibre.org/maplibre-gl-js/docs/) for rendering. These traces were introduced in Plotly.py 5.24 and are now the recommended way to create scatter plots on tile-based maps. There are also traces that use [Mapbox](https://docs.mapbox.com): `px.scatter_mapbox` and `go.Scattermapbox`
307308

308309
To plot on Mapbox maps with Plotly you _may_ need a Mapbox account and a public [Mapbox Access Token](https://www.mapbox.com/studio). See our [Mapbox Map Layers](/python/mapbox-layers/) documentation for more information.

0 commit comments

Comments
 (0)