Skip to content

Commit f150ff2

Browse files
committed
Update lines-on-mapbox.md
1 parent 755069f commit f150ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/lines-on-mapbox.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jupyter:
3737

3838
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.
3939

40-
To draw a line on your map, you either can use [`px.line_mapbox()`](https://www.plotly.express/plotly_express/#plotly_express.line_mapbox) in Plotly Express, or [`Scattermapbox`](https://plotly.com/python/reference/scattermapbox/) traces. Below we show you how to draw a line on Mapbox using Plotly Express.
40+
To draw a line on your map, you either can use [`px.line_mapbox()`](https://plotly.com/python-api-reference/generated/plotly.express.line_mapbox.html) in Plotly Express, or [`Scattermapbox`](https://plotly.com/python/reference/scattermapbox/) traces. Below we show you how to draw a line on Mapbox using Plotly Express.
4141

4242
### Lines on Mapbox maps using Plotly Express
4343

@@ -132,5 +132,5 @@ fig.show()
132132

133133
#### Reference
134134

135-
See [function reference for `px.(line_mapbox)`](https://plotly.com/python-api-reference/generated/plotly.express.line_mapbox) or
135+
See [function reference for `px.(line_mapbox)`](https://plotly.com/python-api-reference/generated/plotly.express.line_mapbox) or
136136
https://plotly.com/python/reference/scattermapbox/ for more information about mapbox and their attribute options.

0 commit comments

Comments
 (0)