Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Switch to use anywidget #4823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 86 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
8a148f2
Switch to use anywidget
Jul 14, 2024
e21e3d7
Merge branch 'master' of github.com:plotly/plotly.py into anywidget
marthacryan Sep 12, 2024
d5d245c
Merge branch 'remove-requirejs' of github.com:plotly/plotly.py into a…
marthacryan Sep 13, 2024
6355ee4
Add package.json esbuild command and update test requirements to incl…
marthacryan Sep 13, 2024
3abdc7f
Call bundle command in the CI
marthacryan Sep 13, 2024
88b327e
Fix filepath
marthacryan Sep 13, 2024
70d536f
Move js stuff to plotly
manzt Sep 16, 2024
3b9c192
Cleanup tsconfig and types for build
manzt Sep 16, 2024
a338e6f
Ignore bundle
manzt Sep 16, 2024
aaefdaf
Keep bundle in MANIFEST.in
manzt Sep 16, 2024
ebba1c5
Restore package/* from master
manzt Sep 16, 2024
6d2a372
Update target
manzt Sep 16, 2024
b27643d
Add anywidget comment
manzt Sep 16, 2024
d4277ac
Merge branch 'master' of github.com:plotly/plotly.py into anywidget
marthacryan Oct 9, 2024
e7b6d7a
Add warning message when notebook version < 7 is used
marthacryan Oct 11, 2024
590a4db
Move files under python/plotly
marthacryan Oct 11, 2024
cd7d587
remove old javascript and fix install
marthacryan Oct 15, 2024
4f2ce95
Remove nbextension
marthacryan Oct 15, 2024
cc77778
Reset changes to circleci
marthacryan Oct 17, 2024
23f387a
Merge branch 'master' of github.com:plotly/plotly.py into anywidget
marthacryan Oct 17, 2024
c53835e
Undo changes to CHANGELOG
marthacryan Oct 17, 2024
0c9ffc9
Revert changes to javascript directory
marthacryan Oct 17, 2024
0f16f0c
remove all jupyter extension code
marthacryan Oct 18, 2024
d1e24db
Add jsdeps to ci config
marthacryan Oct 18, 2024
5eff0ca
Merge branch 'anywidget' of github.com:marthacryan/plotly.py into dro…
marthacryan Oct 18, 2024
195ea4e
Merge with master
marthacryan Oct 21, 2024
ce96898
Add dep on anywidget
marthacryan Oct 21, 2024
a3d8650
Update error messages when anywidget isn't installed
marthacryan Oct 21, 2024
3bc3535
Update docstring
marthacryan Oct 21, 2024
b5870e8
Update test to rely on installation of anywidget rather than version
marthacryan Oct 21, 2024
9302d29
Rename widget test
marthacryan Oct 21, 2024
a60e803
Black
marthacryan Oct 21, 2024
54d9fe4
Update setup.py to include both widget and jupyterlab extension build
marthacryan Oct 21, 2024
204b052
fix filepath of jupyterlab extension root
marthacryan Oct 21, 2024
263ef26
Update circleci config to include both widget and jupyterlab extensio…
marthacryan Oct 21, 2024
846e7b5
Fix formatting of config file
marthacryan Oct 21, 2024
08d8052
Update circleci config to include both widget and jupyterlab extensio…
marthacryan Oct 21, 2024
28b27af
revert changes to pypi build
marthacryan Oct 21, 2024
eb70d86
Black
marthacryan Oct 21, 2024
a911f53
Remove extra call to setup.py
marthacryan Oct 21, 2024
2a7208f
Add jsdeps call to optional tests
marthacryan Oct 21, 2024
45fca22
Move jsdeps call to core tests
marthacryan Oct 21, 2024
cae0088
Reset javascript file
marthacryan Oct 22, 2024
93210e6
Move jsdeps to an earlier step
marthacryan Oct 22, 2024
f553634
Move jsdeps to an earlier step
marthacryan Oct 22, 2024
7664ac9
Merge branch 'master' of github.com:plotly/plotly.py into anywidget
marthacryan Oct 22, 2024
3578bac
Call npm run build directly in circle ci config
marthacryan Oct 22, 2024
0920b9d
restore changes to setup.py
marthacryan Oct 22, 2024
2dbdcea
Reset widget version
marthacryan Oct 22, 2024
612ceec
Merge with anywidget branch
marthacryan Oct 22, 2024
cb488ff
Remove npm from release instructions
marthacryan Oct 22, 2024
4096595
Remove more references to jupyterlab-plotly
marthacryan Oct 22, 2024
20886ef
Resolve ci failures
marthacryan Oct 22, 2024
f8fe306
Merge with anywidget
marthacryan Oct 22, 2024
35f848b
Fix filepath of bundled js
marthacryan Oct 23, 2024
3f6c8f7
Fix filepath to js bundle in setup.py
marthacryan Oct 23, 2024
5b97f05
Install before running npm build in ci
marthacryan Oct 23, 2024
3b94298
Merge branch 'anywidget' of github.com:plotly/plotly.py into drop-not…
marthacryan Oct 23, 2024
513798b
Remove npm pack of jupyterlab extension
marthacryan Oct 23, 2024
cede4e1
Remove requirement for ipywidgets
marthacryan Oct 23, 2024
a80250d
Move build step of js
marthacryan Oct 23, 2024
99013dc
Move widget bundle to package_data
marthacryan Oct 23, 2024
4ab2a0c
Update path in gitignore
marthacryan Oct 23, 2024
39e65af
Merge branch 'anywidget' of github.com:plotly/plotly.py into drop-not…
marthacryan Oct 23, 2024
25cbf52
Merge branch 'anywidget' of github.com:plotly/plotly.py into drop-not…
marthacryan Oct 23, 2024
8e3354d
Update path of bundle in setup.py
marthacryan Oct 23, 2024
60cc98f
update contributing to include new build instructions
marthacryan Oct 25, 2024
ce607bb
Merge branch 'master' of github.com:plotly/plotly.py into anywidget
marthacryan Oct 28, 2024
3d2a234
Merge branch 'anywidget' of github.com:plotly/plotly.py into drop-not…
marthacryan Oct 28, 2024
6d29ba6
Fix issues with vscode
marthacryan Oct 30, 2024
21fa7d0
Update to include lodash-es in package.json
marthacryan Oct 30, 2024
4bb303c
remove unnecessary global define
marthacryan Oct 30, 2024
4759697
Merge with anywidget
marthacryan Oct 30, 2024
e399c2d
Pin anywidget version in test requirements
marthacryan Oct 30, 2024
f6f2691
Remove more references to old jupyter support from README
marthacryan Nov 4, 2024
ee67f2e
Merge pull request #4822 from plotly/drop-notebook-6
marthacryan Nov 4, 2024
97d6cb1
Merge branch 'master' of github.com:plotly/plotly.py into anywidget
marthacryan Nov 4, 2024
7f241f3
Merge branch 'master' of github.com:plotly/plotly.py into anywidget
marthacryan Nov 7, 2024
dc87b3c
Create util for display jupyter version warnings and update imports
marthacryan Nov 7, 2024
22d90c4
Remove deprecated code
marthacryan Nov 7, 2024
bee13cd
Update jupyter version warnings to import jupyterlab later
marthacryan Nov 8, 2024
946590f
Merge with master
marthacryan Nov 12, 2024
3a85b8a
Switch to npm ci instead of npm i
marthacryan Nov 12, 2024
fc8eff2
Move warnings out of utils file to avoid psutils import error
marthacryan Nov 12, 2024
c65ca44
Fix import paths for new location of util
marthacryan Nov 12, 2024
6d3f0a7
Remove unused import
marthacryan Nov 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge with master
  • Loading branch information
marthacryan committed Nov 12, 2024
commit 946590ffa0d2de85d5816564c70b6e0a6246386a
2 changes: 1 addition & 1 deletion 2 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Updated

- Updated Plotly.js from version 2.35.0 to version 2.35.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2352----2024-09-10) for more information.
- Updated Plotly.js from version 2.35.0 to version 3.0.0-rc.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2352----2024-11-11) for more information.

## [5.24.0] - 2024-08-29

Expand Down
1 change: 1 addition & 0 deletions 1 doc/python/migrate-to-maplibre.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jupyter:
order: 1
page_type: u-guide
permalink: python/mapbox-to-maplibre/
redirect_from: python/maplibre-migration/
thumbnail: thumbnail/mapbox-layers.png
---

Expand Down
667 changes: 6 additions & 661 deletions 667 packages/python/plotly/codegen/resources/plot-schema.json

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions 16 packages/python/plotly/plotly/graph_objs/_choroplethmapbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ def subplot(self):
"""
mapbox subplots and traces are deprecated! Please consider
switching to `map` subplots and traces. Learn more at:
https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ Sets a
reference between this trace's data coordinates and a mapbox
subplot. If "mapbox" (the default value), the data refer to
Expand Down Expand Up @@ -1745,7 +1746,8 @@ def _prop_descriptions(self):
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down Expand Up @@ -1869,10 +1871,11 @@ def __init__(

"choroplethmapbox" trace is deprecated! Please consider
switching to the "choroplethmap" trace type and `map` subplots.
Learn more at: https://plotly.com/javascript/maplibre-
migration/ GeoJSON features to be filled are set in `geojson`
The data that describes the choropleth value-to-color mapping
is set in `locations` and `z`.
Learn more at: https://plotly.com/python/maplibre-migration/ as
well as https://plotly.com/javascript/maplibre-migration/
GeoJSON features to be filled are set in `geojson` The data
that describes the choropleth value-to-color mapping is set in
`locations` and `z`.

Parameters
----------
Expand Down Expand Up @@ -2070,7 +2073,8 @@ def __init__(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down
10 changes: 7 additions & 3 deletions 10 packages/python/plotly/plotly/graph_objs/_densitymapbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,7 @@ def subplot(self):
"""
mapbox subplots and traces are deprecated! Please consider
switching to `map` subplots and traces. Learn more at:
https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ Sets a
reference between this trace's data coordinates and a mapbox
subplot. If "mapbox" (the default value), the data refer to
Expand Down Expand Up @@ -1689,7 +1690,8 @@ def _prop_descriptions(self):
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down Expand Up @@ -1817,7 +1819,8 @@ def __init__(

"densitymapbox" trace is deprecated! Please consider switching
to the "densitymap" trace type and `map` subplots. Learn more
at: https://plotly.com/javascript/maplibre-migration/ Draws a
at: https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ Draws a
bivariate kernel density estimation with a Gaussian kernel from
`lon` and `lat` coordinates and optional `z` values using a
colorscale.
Expand Down Expand Up @@ -2010,7 +2013,8 @@ def __init__(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down
24 changes: 15 additions & 9 deletions 24 packages/python/plotly/plotly/graph_objs/_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -4311,10 +4311,11 @@ def add_choroplethmapbox(

"choroplethmapbox" trace is deprecated! Please consider
switching to the "choroplethmap" trace type and `map` subplots.
Learn more at: https://plotly.com/javascript/maplibre-
migration/ GeoJSON features to be filled are set in `geojson`
The data that describes the choropleth value-to-color mapping
is set in `locations` and `z`.
Learn more at: https://plotly.com/python/maplibre-migration/ as
well as https://plotly.com/javascript/maplibre-migration/
GeoJSON features to be filled are set in `geojson` The data
that describes the choropleth value-to-color mapping is set in
`locations` and `z`.

Parameters
----------
Expand Down Expand Up @@ -4508,7 +4509,8 @@ def add_choroplethmapbox(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down Expand Up @@ -6549,7 +6551,8 @@ def add_densitymapbox(

"densitymapbox" trace is deprecated! Please consider switching
to the "densitymap" trace type and `map` subplots. Learn more
at: https://plotly.com/javascript/maplibre-migration/ Draws a
at: https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ Draws a
bivariate kernel density estimation with a Gaussian kernel from
`lon` and `lat` coordinates and optional `z` values using a
colorscale.
Expand Down Expand Up @@ -6739,7 +6742,8 @@ def add_densitymapbox(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down Expand Up @@ -16181,7 +16185,8 @@ def add_scattermapbox(

"scattermapbox" trace is deprecated! Please consider switching
to the "scattermap" trace type and `map` subplots. Learn more
at: https://plotly.com/javascript/maplibre-migration/ The data
at: https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ The data
visualized as scatter point, lines or marker symbols on a
Mapbox GL geographic map is provided by longitude/latitude
pairs in `lon` and `lat`.
Expand Down Expand Up @@ -16364,7 +16369,8 @@ def add_scattermapbox(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down
24 changes: 15 additions & 9 deletions 24 packages/python/plotly/plotly/graph_objs/_figurewidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -4315,10 +4315,11 @@ def add_choroplethmapbox(

"choroplethmapbox" trace is deprecated! Please consider
switching to the "choroplethmap" trace type and `map` subplots.
Learn more at: https://plotly.com/javascript/maplibre-
migration/ GeoJSON features to be filled are set in `geojson`
The data that describes the choropleth value-to-color mapping
is set in `locations` and `z`.
Learn more at: https://plotly.com/python/maplibre-migration/ as
well as https://plotly.com/javascript/maplibre-migration/
GeoJSON features to be filled are set in `geojson` The data
that describes the choropleth value-to-color mapping is set in
`locations` and `z`.

Parameters
----------
Expand Down Expand Up @@ -4512,7 +4513,8 @@ def add_choroplethmapbox(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down Expand Up @@ -6553,7 +6555,8 @@ def add_densitymapbox(

"densitymapbox" trace is deprecated! Please consider switching
to the "densitymap" trace type and `map` subplots. Learn more
at: https://plotly.com/javascript/maplibre-migration/ Draws a
at: https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ Draws a
bivariate kernel density estimation with a Gaussian kernel from
`lon` and `lat` coordinates and optional `z` values using a
colorscale.
Expand Down Expand Up @@ -6743,7 +6746,8 @@ def add_densitymapbox(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down Expand Up @@ -16185,7 +16189,8 @@ def add_scattermapbox(

"scattermapbox" trace is deprecated! Please consider switching
to the "scattermap" trace type and `map` subplots. Learn more
at: https://plotly.com/javascript/maplibre-migration/ The data
at: https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ The data
visualized as scatter point, lines or marker symbols on a
Mapbox GL geographic map is provided by longitude/latitude
pairs in `lon` and `lat`.
Expand Down Expand Up @@ -16368,7 +16373,8 @@ def add_scattermapbox(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down
10 changes: 7 additions & 3 deletions 10 packages/python/plotly/plotly/graph_objs/_scattermapbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@ def subplot(self):
"""
mapbox subplots and traces are deprecated! Please consider
switching to `map` subplots and traces. Learn more at:
https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ Sets a
reference between this trace's data coordinates and a mapbox
subplot. If "mapbox" (the default value), the data refer to
Expand Down Expand Up @@ -1659,7 +1660,8 @@ def _prop_descriptions(self):
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down Expand Up @@ -1792,7 +1794,8 @@ def __init__(

"scattermapbox" trace is deprecated! Please consider switching
to the "scattermap" trace type and `map` subplots. Learn more
at: https://plotly.com/javascript/maplibre-migration/ The data
at: https://plotly.com/python/maplibre-migration/ as well as
https://plotly.com/javascript/maplibre-migration/ The data
visualized as scatter point, lines or marker symbols on a
Mapbox GL geographic map is provided by longitude/latitude
pairs in `lon` and `lat`.
Expand Down Expand Up @@ -1978,7 +1981,8 @@ def __init__(
subplot
mapbox subplots and traces are deprecated! Please
consider switching to `map` subplots and traces. Learn
more at: https://plotly.com/javascript/maplibre-
more at: https://plotly.com/python/maplibre-migration/
as well as https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this trace's data
coordinates and a mapbox subplot. If "mapbox" (the
default value), the data refer to `layout.mapbox`. If
Expand Down
2 changes: 1 addition & 1 deletion 2 packages/python/plotly/plotly/offline/_plotlyjs_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DO NOT EDIT
# This file is generated by the updatebundle setup.py command
__plotlyjs_version__ = "plotly/plotly.js_master_2024-10-22_ef721c41"
__plotlyjs_version__ = "3.0.0-rc.0"
260 changes: 130 additions & 130 deletions 260 packages/python/plotly/plotly/package_data/plotly.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions 2 packages/python/plotly/plotly/validators/_choroplethmapbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def __init__(self, plotly_name="choroplethmapbox", parent_name="", **kwargs):
mapbox subplots and traces are deprecated!
Please consider switching to `map` subplots and
traces. Learn more at:
https://plotly.com/python/maplibre-migration/
as well as
https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this
trace's data coordinates and a mapbox subplot.
Expand Down
2 changes: 2 additions & 0 deletions 2 packages/python/plotly/plotly/validators/_densitymapbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ def __init__(self, plotly_name="densitymapbox", parent_name="", **kwargs):
mapbox subplots and traces are deprecated!
Please consider switching to `map` subplots and
traces. Learn more at:
https://plotly.com/python/maplibre-migration/
as well as
https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this
trace's data coordinates and a mapbox subplot.
Expand Down
2 changes: 2 additions & 0 deletions 2 packages/python/plotly/plotly/validators/_scattermapbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def __init__(self, plotly_name="scattermapbox", parent_name="", **kwargs):
mapbox subplots and traces are deprecated!
Please consider switching to `map` subplots and
traces. Learn more at:
https://plotly.com/python/maplibre-migration/
as well as
https://plotly.com/javascript/maplibre-
migration/ Sets a reference between this
trace's data coordinates and a mapbox subplot.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.