kplot 1.1.38__tar.gz → 1.1.39__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: kplot
3
- Version: 1.1.38
3
+ Version: 1.1.39
4
4
  Summary: a matplotlib wrapper for keyan :-)
5
5
  Author: Keyan Gootkin
6
6
  Author-email: Keyan Gootkin <keyangootkin@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "kplot"
3
- version = "1.1.38"
3
+ version = "1.1.39"
4
4
  description = "a matplotlib wrapper for keyan :-)"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -92,6 +92,7 @@ def parse_color(
92
92
  # otherwise assume arrays of numbers want to be color-mapped
93
93
  case x if type(color) in Array.types and type(color[0]) in Number.types:
94
94
  color = [cmap(norm(c)) for c in color]
95
+ return color
95
96
  case _:
96
97
  raise NotImplementedError(f"bad color: {color}")
97
98
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes