Spaces:
Running
on
Zero
Running
on
Zero
Update utils/plots.py
Browse files- utils/plots.py +1 -1
utils/plots.py
CHANGED
@@ -40,7 +40,7 @@ class Colors:
|
|
40 |
def __init__(self):
|
41 |
# hex = matplotlib.colors.TABLEAU_COLORS.values()
|
42 |
hexs = (
|
43 |
-
'ff0000', '0094ff', '00ff0a', 'faf700', '
|
44 |
'00D4BB', '2C99A8', '00C2FF', '344593', '6473FF', '0018EC', '8438FF', '520085', 'CB38FF',
|
45 |
'FF95C8', 'FF37C7')
|
46 |
self.palette = [self.hex2rgb(f'#{c}') for c in hexs]
|
|
|
40 |
def __init__(self):
|
41 |
# hex = matplotlib.colors.TABLEAU_COLORS.values()
|
42 |
hexs = (
|
43 |
+
'ff0000', '0094ff', '00ff0a', 'faf700', 'eb00ff', '48F90A', '92CC17', '3DDB86', '1A9334',
|
44 |
'00D4BB', '2C99A8', '00C2FF', '344593', '6473FF', '0018EC', '8438FF', '520085', 'CB38FF',
|
45 |
'FF95C8', 'FF37C7')
|
46 |
self.palette = [self.hex2rgb(f'#{c}') for c in hexs]
|