MatplotLibAPI 3.2.9__tar.gz → 3.2.10__tar.gz

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.
Files changed (19) hide show
  1. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/Composite.py +1 -0
  2. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10/MatplotLibAPI.egg-info}/PKG-INFO +1 -1
  3. {matplotlibapi-3.2.9/MatplotLibAPI.egg-info → matplotlibapi-3.2.10}/PKG-INFO +1 -1
  4. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/pyproject.toml +1 -1
  5. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/LICENSE +0 -0
  6. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/Bubble.py +0 -0
  7. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/Network.py +0 -0
  8. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/Pivot.py +0 -0
  9. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/StyleTemplate.py +0 -0
  10. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/Table.py +0 -0
  11. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/Timeserie.py +0 -0
  12. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/Treemap.py +0 -0
  13. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI/__init__.py +0 -0
  14. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI.egg-info/SOURCES.txt +0 -0
  15. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI.egg-info/dependency_links.txt +0 -0
  16. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI.egg-info/requires.txt +0 -0
  17. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/MatplotLibAPI.egg-info/top_level.txt +0 -0
  18. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/README.md +0 -0
  19. {matplotlibapi-3.2.9 → matplotlibapi-3.2.10}/setup.cfg +0 -0
@@ -176,6 +176,7 @@ def plot_composite_treemap(pd_dfs: Dict[str, pd.DataFrame],
176
176
  fig = make_subplots(
177
177
  rows=num_dimensions,
178
178
  cols=1,
179
+ specs = [[{"type": "treemap"} for _ in range(0, 1)] for _ in range(0, num_dimensions)],
179
180
  subplot_titles=subplot_titles,
180
181
  vertical_spacing=0.2
181
182
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: MatplotLibAPI
3
- Version: 3.2.9
3
+ Version: 3.2.10
4
4
  Requires-Python: >=3.7
5
5
  Description-Content-Type: text/markdown
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: MatplotLibAPI
3
- Version: 3.2.9
3
+ Version: 3.2.10
4
4
  Requires-Python: >=3.7
5
5
  Description-Content-Type: text/markdown
6
6
  License-File: LICENSE
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
3
3
  build-backend = "setuptools.build_meta"
4
4
  [project]
5
5
  name = "MatplotLibAPI"
6
- version="v3.2.9"
6
+ version="v3.2.10"
7
7
  readme = "README.md"
8
8
  requires-python=">=3.7"
9
9
  dependencies = ["pandas","matplotlib","networkx","plotly","seaborn","scikit-learn","kaleido","nbformat"]
File without changes
File without changes
File without changes