zavavan commited on
Commit
1f9da65
·
verified ·
1 Parent(s): 3fa7c40

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +1 -2
dashboard.py CHANGED
@@ -443,8 +443,7 @@ def create_overlay_plots(df):
443
  'ylabel': 16,
444
  'xticks': 16,
445
  'yticks': 16,
446
- }, axis_label_text_color='black',
447
- axis_tick_text_color='black')
448
  curves.append(curve)
449
 
450
 
 
443
  'ylabel': 16,
444
  'xticks': 16,
445
  'yticks': 16,
446
+ })
 
447
  curves.append(curve)
448
 
449