onekit 2.2.1__tar.gz → 2.2.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: onekit
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Summary: All-in-One Python Kit.
5
5
  License: BSD 3-Clause
6
6
  Keywords: onekit
@@ -22,7 +22,7 @@ requires-python = ">=3.11"
22
22
  dependencies = []
23
23
 
24
24
  [tool.poetry]
25
- version = "2.2.1"
25
+ version = "2.2.2"
26
26
 
27
27
  [project.optional-dependencies]
28
28
  base = [
@@ -531,7 +531,6 @@ def plot_digitscale(
531
531
  ax.set_xlim(x_limits)
532
532
  ax.set_yticks(y_range)
533
533
 
534
- ax.set_xlabel("index")
535
534
  ax.set_ylabel("num_digits(orig_value)", labelpad=6)
536
535
 
537
536
  ax.set_title(
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes