@@ -1417,8 +1417,8 @@ def scatter_mapbox(
1417
1417
height = None ,
1418
1418
) -> go .Figure :
1419
1419
"""
1420
- *scatter_mapbox* is deprecated! Use *scatter_map* instead.
1421
- Learn more at: https://plotly.com/python/mapbox-to-maplibre/
1420
+ *scatter_mapbox* is deprecated! Use *scatter_map* instead.
1421
+ Learn more at: https://plotly.com/python/mapbox-to-maplibre/
1422
1422
In a Mapbox scatter plot, each row of `data_frame` is represented by a
1423
1423
symbol mark on a Mapbox map.
1424
1424
"""
@@ -1464,8 +1464,8 @@ def choropleth_mapbox(
1464
1464
height = None ,
1465
1465
) -> go .Figure :
1466
1466
"""
1467
- *choropleth_mapbox* is deprecated! Use *choropleth_map* instead.
1468
- Learn more at: https://plotly.com/python/mapbox-to-maplibre/
1467
+ *choropleth_mapbox* is deprecated! Use *choropleth_map* instead.
1468
+ Learn more at: https://plotly.com/python/mapbox-to-maplibre/
1469
1469
In a Mapbox choropleth map, each row of `data_frame` is represented by a
1470
1470
colored region on a Mapbox map.
1471
1471
"""
@@ -1509,8 +1509,8 @@ def density_mapbox(
1509
1509
height = None ,
1510
1510
) -> go .Figure :
1511
1511
"""
1512
- *density_mapbox* is deprecated! Use *density_map* instead.
1513
- Learn more at: https://plotly.com/python/mapbox-to-maplibre/
1512
+ *density_mapbox* is deprecated! Use *density_map* instead.
1513
+ Learn more at: https://plotly.com/python/mapbox-to-maplibre/
1514
1514
In a Mapbox density map, each row of `data_frame` contributes to the intensity of
1515
1515
the color of the region around the corresponding point on the map
1516
1516
"""
@@ -1556,7 +1556,7 @@ def line_mapbox(
1556
1556
) -> go .Figure :
1557
1557
"""
1558
1558
*line_mapbox* is deprecated! Use *line_map* instead.
1559
- Learn more at: https://plotly.com/python/mapbox-to-maplibre/
1559
+ Learn more at: https://plotly.com/python/mapbox-to-maplibre/
1560
1560
In a Mapbox line plot, each row of `data_frame` is represented as
1561
1561
a vertex of a polyline mark on a Mapbox map.
1562
1562
"""
0 commit comments