MatplotLibAPI 3.2.10__py3-none-any.whl → 3.2.12__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.
@@ -181,16 +181,16 @@ def plot_composite_treemap(pd_dfs: Dict[str, pd.DataFrame],
181
181
  vertical_spacing=0.2
182
182
  )
183
183
 
184
- current_row = 1
185
- for path, df in pd_dfs.items():
186
- trm = aplot_treemap(pd_df=df,
187
- path=path,
188
- values=values,
189
- style=style,
190
- color=color,
191
- sort_by=sort_by,
192
- ascending=ascending,
193
- max_values=max_values)
194
- fig.add_trace(trm, row=current_row, col=1)
195
- current_row += 1
196
- return fig
184
+ current_row = 1
185
+ for path, df in pd_dfs.items():
186
+ trm = aplot_treemap(pd_df=df,
187
+ path=path,
188
+ values=values,
189
+ style=style,
190
+ color=color,
191
+ sort_by=sort_by,
192
+ ascending=ascending,
193
+ max_values=max_values)
194
+ fig.add_trace(trm, row=current_row, col=1)
195
+ current_row += 1
196
+ return fig
MatplotLibAPI/__init__.py CHANGED
@@ -91,7 +91,8 @@ class DataFrameAccessor:
91
91
  max_values: int = 100,
92
92
  center_to_mean: bool = False,
93
93
  sort_by: Optional[str] = None,
94
- ascending: bool = False) -> Figure:
94
+ ascending: bool = False,
95
+ table_rows:int=10) -> Figure:
95
96
 
96
97
  return plot_composite_bubble(pd_df=self._obj,
97
98
  label=label,
@@ -103,7 +104,8 @@ class DataFrameAccessor:
103
104
  max_values=max_values,
104
105
  center_to_mean=center_to_mean,
105
106
  sort_by=sort_by,
106
- ascending=ascending)
107
+ ascending=ascending,
108
+ table_rows=table_rows)
107
109
 
108
110
  def aplot_table(self,
109
111
  cols: List[str],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: MatplotLibAPI
3
- Version: 3.2.10
3
+ Version: 3.2.12
4
4
  Requires-Python: >=3.7
5
5
  Description-Content-Type: text/markdown
6
6
  License-File: LICENSE
@@ -1,14 +1,14 @@
1
1
  MatplotLibAPI/Bubble.py,sha256=ZtOTWGAnJ1zy7bjKQ3OF985R-iZHvZOo_rG1dZMbP-Q,5116
2
- MatplotLibAPI/Composite.py,sha256=2t4AvmxbxRX2BumhXGSGkBBdo71uudWwW1HpsKML7lQ,7250
2
+ MatplotLibAPI/Composite.py,sha256=tbpHKR5uijjJPF-2_hzf4og7nHYSkLQ1e3yVBYlLN8Q,7302
3
3
  MatplotLibAPI/Network.py,sha256=zzizLBAMD-nV-1WGZTIoOQn3SVsvr9R8Ba2DTCyuTvA,18790
4
4
  MatplotLibAPI/Pivot.py,sha256=Bo7ZpkxqoE75e8vpSsKIT5X2Q7lLdfAyy46ox1fARbc,7183
5
5
  MatplotLibAPI/StyleTemplate.py,sha256=YtDsDIEYjpHqLuj1YXlmLUbBdxHfoq7ndQ1sG4WD1IA,10967
6
6
  MatplotLibAPI/Table.py,sha256=p_nHXRiC6dneBSf0j5nx-hBijBSXd7NBLmdBicFUGqQ,2809
7
7
  MatplotLibAPI/Timeserie.py,sha256=B03xjcBCgWVpkDQKvoyGtNjm6OLtCo1fINyXJrXeWM8,4952
8
8
  MatplotLibAPI/Treemap.py,sha256=1WYHV9eaU4zcXrwTIScQvsGrfgiuYg-aAoeIhTZVPKw,3395
9
- MatplotLibAPI/__init__.py,sha256=5a9TvLliMN0o-1V8Lw0Gj0JSQMXh8jTWxxgLcxIhLxU,13948
10
- MatplotLibAPI-3.2.10.dist-info/LICENSE,sha256=hMErKLb6YZR3lRR5zr-vxeFkvY69QAaafgSpZ5-P1dQ,1067
11
- MatplotLibAPI-3.2.10.dist-info/METADATA,sha256=E2YGsD_eO1AkCFS5kE3rmrUj0hP6AU5XawkzVhSgSlo,463
12
- MatplotLibAPI-3.2.10.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
13
- MatplotLibAPI-3.2.10.dist-info/top_level.txt,sha256=MrzbBjDEW48Vb6YhQIqpFYGOhHzQnEIM5Qy2xy2iqew,14
14
- MatplotLibAPI-3.2.10.dist-info/RECORD,,
9
+ MatplotLibAPI/__init__.py,sha256=x0a0oIgfLMpshmS7B8nsklwqn2IIeo21v3vbhsYSrcA,14058
10
+ MatplotLibAPI-3.2.12.dist-info/LICENSE,sha256=hMErKLb6YZR3lRR5zr-vxeFkvY69QAaafgSpZ5-P1dQ,1067
11
+ MatplotLibAPI-3.2.12.dist-info/METADATA,sha256=Wy8x6jhJA7Nk4bWRG4cpA5_At9e0lIIeuvyfQ2F9GYQ,463
12
+ MatplotLibAPI-3.2.12.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
13
+ MatplotLibAPI-3.2.12.dist-info/top_level.txt,sha256=MrzbBjDEW48Vb6YhQIqpFYGOhHzQnEIM5Qy2xy2iqew,14
14
+ MatplotLibAPI-3.2.12.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (70.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5