MatplotLibAPI 3.2.4__tar.gz → 3.2.5__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.4 → matplotlibapi-3.2.5}/MatplotLibAPI/__init__.py +1 -1
  2. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5/MatplotLibAPI.egg-info}/PKG-INFO +1 -1
  3. {matplotlibapi-3.2.4/MatplotLibAPI.egg-info → matplotlibapi-3.2.5}/PKG-INFO +1 -1
  4. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/pyproject.toml +1 -1
  5. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/LICENSE +0 -0
  6. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI/Bubble.py +0 -0
  7. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI/Composite.py +0 -0
  8. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI/Network.py +0 -0
  9. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI/Pivot.py +0 -0
  10. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI/StyleTemplate.py +0 -0
  11. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI/Table.py +0 -0
  12. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI/Timeserie.py +0 -0
  13. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI/Treemap.py +0 -0
  14. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI.egg-info/SOURCES.txt +0 -0
  15. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI.egg-info/dependency_links.txt +0 -0
  16. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI.egg-info/requires.txt +0 -0
  17. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/MatplotLibAPI.egg-info/top_level.txt +0 -0
  18. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/README.md +0 -0
  19. {matplotlibapi-3.2.4 → matplotlibapi-3.2.5}/setup.cfg +0 -0
@@ -105,7 +105,7 @@ class DataFrameAccessor:
105
105
  sort_by=sort_by,
106
106
  ascending=ascending)
107
107
 
108
- def aplot_table_ax(self,
108
+ def aplot_table(self,
109
109
  cols: List[str],
110
110
  title: Optional[str] = None,
111
111
  style: StyleTemplate = TABLE_STYLE_TEMPLATE,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: MatplotLibAPI
3
- Version: 3.2.4
3
+ Version: 3.2.5
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.4
3
+ Version: 3.2.5
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.4"
6
+ version="v3.2.5"
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