@@ -4311,10 +4311,11 @@ def add_choroplethmapbox(
4311
4311
4312
4312
"choroplethmapbox" trace is deprecated! Please consider
4313
4313
switching to the "choroplethmap" trace type and `map` subplots.
4314
- Learn more at: https://plotly.com/javascript/maplibre-
4315
- migration/ GeoJSON features to be filled are set in `geojson`
4316
- The data that describes the choropleth value-to-color mapping
4317
- is set in `locations` and `z`.
4314
+ Learn more at: https://plotly.com/python/maplibre-migration/ as
4315
+ well as https://plotly.com/javascript/maplibre-migration/
4316
+ GeoJSON features to be filled are set in `geojson` The data
4317
+ that describes the choropleth value-to-color mapping is set in
4318
+ `locations` and `z`.
4318
4319
4319
4320
Parameters
4320
4321
----------
@@ -4508,7 +4509,8 @@ def add_choroplethmapbox(
4508
4509
subplot
4509
4510
mapbox subplots and traces are deprecated! Please
4510
4511
consider switching to `map` subplots and traces. Learn
4511
- more at: https://plotly.com/javascript/maplibre-
4512
+ more at: https://plotly.com/python/maplibre-migration/
4513
+ as well as https://plotly.com/javascript/maplibre-
4512
4514
migration/ Sets a reference between this trace's data
4513
4515
coordinates and a mapbox subplot. If "mapbox" (the
4514
4516
default value), the data refer to `layout.mapbox`. If
@@ -6549,7 +6551,8 @@ def add_densitymapbox(
6549
6551
6550
6552
"densitymapbox" trace is deprecated! Please consider switching
6551
6553
to the "densitymap" trace type and `map` subplots. Learn more
6552
- at: https://plotly.com/javascript/maplibre-migration/ Draws a
6554
+ at: https://plotly.com/python/maplibre-migration/ as well as
6555
+ https://plotly.com/javascript/maplibre-migration/ Draws a
6553
6556
bivariate kernel density estimation with a Gaussian kernel from
6554
6557
`lon` and `lat` coordinates and optional `z` values using a
6555
6558
colorscale.
@@ -6739,7 +6742,8 @@ def add_densitymapbox(
6739
6742
subplot
6740
6743
mapbox subplots and traces are deprecated! Please
6741
6744
consider switching to `map` subplots and traces. Learn
6742
- more at: https://plotly.com/javascript/maplibre-
6745
+ more at: https://plotly.com/python/maplibre-migration/
6746
+ as well as https://plotly.com/javascript/maplibre-
6743
6747
migration/ Sets a reference between this trace's data
6744
6748
coordinates and a mapbox subplot. If "mapbox" (the
6745
6749
default value), the data refer to `layout.mapbox`. If
@@ -16181,7 +16185,8 @@ def add_scattermapbox(
16181
16185
16182
16186
"scattermapbox" trace is deprecated! Please consider switching
16183
16187
to the "scattermap" trace type and `map` subplots. Learn more
16184
- at: https://plotly.com/javascript/maplibre-migration/ The data
16188
+ at: https://plotly.com/python/maplibre-migration/ as well as
16189
+ https://plotly.com/javascript/maplibre-migration/ The data
16185
16190
visualized as scatter point, lines or marker symbols on a
16186
16191
Mapbox GL geographic map is provided by longitude/latitude
16187
16192
pairs in `lon` and `lat`.
@@ -16364,7 +16369,8 @@ def add_scattermapbox(
16364
16369
subplot
16365
16370
mapbox subplots and traces are deprecated! Please
16366
16371
consider switching to `map` subplots and traces. Learn
16367
- more at: https://plotly.com/javascript/maplibre-
16372
+ more at: https://plotly.com/python/maplibre-migration/
16373
+ as well as https://plotly.com/javascript/maplibre-
16368
16374
migration/ Sets a reference between this trace's data
16369
16375
coordinates and a mapbox subplot. If "mapbox" (the
16370
16376
default value), the data refer to `layout.mapbox`. If
0 commit comments