Skip to content

Commit 022b995

Browse files
committed
Update filled-area-on-mapbox.md
1 parent fdae821 commit 022b995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/filled-area-on-mapbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ There are three different ways to show a filled area on a tile-based map:
4242

4343
## Filled `Scattermap` Trace
4444

45-
The following example uses Scattermap and sets fill = 'toself'
45+
The following example uses `Scattermap` and sets `fill = 'toself'`
4646

4747
```python
4848
import plotly.graph_objects as go
@@ -137,7 +137,7 @@ fig.show()
137137
<!-- #region -->
138138
### Mapbox Maps
139139

140-
> Mapbox traces are deprecated and may be removed in a future version of Plotly.py.
140+
> Mapbox traces are deprecated and may be removed in a future version of Plotly.py.
141141
142142
The earlier examples using `go.Scattermap` use Maplibre for rendering. These traces were introduced in Plotly.py 5.24 and is now the recommended way to draw filled areas on tile-based maps. There is also a trace that uses Mapbox, called `go.Scattermapbox`.
143143

0 commit comments

Comments
 (0)