Skip to content

Commit 31fde09

Browse files
committed
update symbol
1 parent 614e37e commit 31fde09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/scattermapbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ fig.show()
201201

202202
### Set Marker Symbols
203203

204-
You can define a symbol on your map by setting [symbol](https://plotly.com/python/reference/scattermap/#scattermap-marker-symbol) attribute.
204+
You can define the symbol on your map by setting [`symbol`](https://plotly.com/python/reference/scattermap/#scattermap-marker-symbol) attribute.
205205

206206
- basic
207207
- streets
@@ -302,7 +302,7 @@ fig.show()
302302

303303
## Mapbox Maps
304304

305-
> Mapbox traces are deprecated and may be removed in a future version of Plotly.py.
305+
> Mapbox traces are deprecated and may be removed in a future version of Plotly.py.
306306
The earlier examples using `px.scatter_map` and `go.Scattermap` use Maplibre 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: `px.scatter_mapbox` and `go.Scattermapbox`
307307

308308
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)