ntsc207 commited on
Commit
264277d
1 Parent(s): 0343baa

Update utils/plots.py

Browse files
Files changed (1) hide show
  1. 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
- 'FF3838', 'FF9D97', 'FF701F', 'FFB21D', 'CFD231', '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]
 
40
  def __init__(self):
41
  # hex = matplotlib.colors.TABLEAU_COLORS.values()
42
  hexs = (
43
+ 'ff0000', '0094ff', '00ff0a', 'faf700', 'faf700', '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]