xarray-plotly 0.0.9__py3-none-any.whl → 0.0.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- xarray_plotly/figures.py +2 -0
- {xarray_plotly-0.0.9.dist-info → xarray_plotly-0.0.11.dist-info}/METADATA +4 -4
- xarray_plotly-0.0.11.dist-info/RECORD +12 -0
- xarray_plotly-0.0.9.dist-info/RECORD +0 -12
- {xarray_plotly-0.0.9.dist-info → xarray_plotly-0.0.11.dist-info}/WHEEL +0 -0
- {xarray_plotly-0.0.9.dist-info → xarray_plotly-0.0.11.dist-info}/licenses/LICENSE +0 -0
- {xarray_plotly-0.0.9.dist-info → xarray_plotly-0.0.11.dist-info}/top_level.txt +0 -0
xarray_plotly/figures.py
CHANGED
|
@@ -142,6 +142,7 @@ def _merge_frames(
|
|
|
142
142
|
data=merged_data,
|
|
143
143
|
name=frame_name,
|
|
144
144
|
traces=list(range(base_trace_count + sum(overlay_trace_counts))),
|
|
145
|
+
layout=base_frame.layout,
|
|
145
146
|
)
|
|
146
147
|
)
|
|
147
148
|
|
|
@@ -403,6 +404,7 @@ def _merge_secondary_y_frames(
|
|
|
403
404
|
data=merged_data,
|
|
404
405
|
name=frame_name,
|
|
405
406
|
traces=list(range(base_trace_count + secondary_trace_count)),
|
|
407
|
+
layout=base_frame.layout,
|
|
406
408
|
)
|
|
407
409
|
)
|
|
408
410
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xarray_plotly
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.11
|
|
4
4
|
Summary: Interactive Plotly Express plotting accessor for xarray
|
|
5
5
|
Author: Felix
|
|
6
6
|
License: MIT
|
|
@@ -28,13 +28,13 @@ Provides-Extra: dev
|
|
|
28
28
|
Requires-Dist: pytest==9.0.2; extra == "dev"
|
|
29
29
|
Requires-Dist: pytest-cov==7.0.0; extra == "dev"
|
|
30
30
|
Requires-Dist: mypy==1.19.1; extra == "dev"
|
|
31
|
-
Requires-Dist: ruff==0.14.
|
|
31
|
+
Requires-Dist: ruff==0.14.14; extra == "dev"
|
|
32
32
|
Requires-Dist: pre-commit==4.5.1; extra == "dev"
|
|
33
|
-
Requires-Dist: nbstripout==0.
|
|
33
|
+
Requires-Dist: nbstripout==0.9.0; extra == "dev"
|
|
34
34
|
Provides-Extra: docs
|
|
35
35
|
Requires-Dist: mkdocs==1.6.1; extra == "docs"
|
|
36
36
|
Requires-Dist: mkdocs-material==9.7.1; extra == "docs"
|
|
37
|
-
Requires-Dist: mkdocstrings[python]==1.0.
|
|
37
|
+
Requires-Dist: mkdocstrings[python]==1.0.1; extra == "docs"
|
|
38
38
|
Requires-Dist: mkdocs-jupyter==0.25.1; extra == "docs"
|
|
39
39
|
Requires-Dist: mkdocs-plotly-plugin==0.1.3; extra == "docs"
|
|
40
40
|
Requires-Dist: jupyter==1.1.1; extra == "docs"
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
xarray_plotly/__init__.py,sha256=vAM2TCeLnSkSjwCDETlBI_1SukhVeth7HFMaFIWl_ps,3384
|
|
2
|
+
xarray_plotly/accessor.py,sha256=eP4_GPBCN-c32M8s1LJv4Zn4PvHHO9HsP5oPQMDDd6I,23150
|
|
3
|
+
xarray_plotly/common.py,sha256=YTiaPLJ0Gh20mHV8-72J8DjWk-XaSYaT_ZiqXp6cecU,7192
|
|
4
|
+
xarray_plotly/config.py,sha256=gS6IqWdx82PQs1yZzl_diGHlnmVTladuWZzk1lYgIsQ,6569
|
|
5
|
+
xarray_plotly/figures.py,sha256=IdJCDrDry3s9GxwjRGaww3PAeCsOc4BbPwhY_0qhJaE,15658
|
|
6
|
+
xarray_plotly/plotting.py,sha256=Fl_UklCN8AYtPj0t3m8zXwcz6MsFLdmQrKZC68IH1OM,20668
|
|
7
|
+
xarray_plotly/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
xarray_plotly-0.0.11.dist-info/licenses/LICENSE,sha256=AvVEfNqbhIm9jHvt0acJNjW1JUKa2a70Zb5rJdEXCJI,1064
|
|
9
|
+
xarray_plotly-0.0.11.dist-info/METADATA,sha256=YoGFstD3mEWonlUvgapgGW_XCfUK_Szk70zC09lQy9I,3416
|
|
10
|
+
xarray_plotly-0.0.11.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
11
|
+
xarray_plotly-0.0.11.dist-info/top_level.txt,sha256=GtMkvuZvLAYTjYXtwoNUa0ag42CJARZJK1CZemYD7pg,14
|
|
12
|
+
xarray_plotly-0.0.11.dist-info/RECORD,,
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
xarray_plotly/__init__.py,sha256=vAM2TCeLnSkSjwCDETlBI_1SukhVeth7HFMaFIWl_ps,3384
|
|
2
|
-
xarray_plotly/accessor.py,sha256=eP4_GPBCN-c32M8s1LJv4Zn4PvHHO9HsP5oPQMDDd6I,23150
|
|
3
|
-
xarray_plotly/common.py,sha256=YTiaPLJ0Gh20mHV8-72J8DjWk-XaSYaT_ZiqXp6cecU,7192
|
|
4
|
-
xarray_plotly/config.py,sha256=gS6IqWdx82PQs1yZzl_diGHlnmVTladuWZzk1lYgIsQ,6569
|
|
5
|
-
xarray_plotly/figures.py,sha256=5SxTTPCgaEMRC5Bz7Ew1leJXDNMA1ZchbY_dO82SHY4,15574
|
|
6
|
-
xarray_plotly/plotting.py,sha256=Fl_UklCN8AYtPj0t3m8zXwcz6MsFLdmQrKZC68IH1OM,20668
|
|
7
|
-
xarray_plotly/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
xarray_plotly-0.0.9.dist-info/licenses/LICENSE,sha256=AvVEfNqbhIm9jHvt0acJNjW1JUKa2a70Zb5rJdEXCJI,1064
|
|
9
|
-
xarray_plotly-0.0.9.dist-info/METADATA,sha256=sy_djWZCnEUwb6oFS9hQMTTlixssUX6X2ekVZnGxkDw,3415
|
|
10
|
-
xarray_plotly-0.0.9.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
11
|
-
xarray_plotly-0.0.9.dist-info/top_level.txt,sha256=GtMkvuZvLAYTjYXtwoNUa0ag42CJARZJK1CZemYD7pg,14
|
|
12
|
-
xarray_plotly-0.0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|