zavavan commited on
Commit
eb39a1a
·
verified ·
1 Parent(s): 2a66489

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +6 -0
dashboard.py CHANGED
@@ -394,6 +394,12 @@ def create_overlay_plots(df):
394
  def hook(plot, element):
395
  plot.handles['xaxis'].axis_label_text_color = 'black'
396
  plot.handles['yaxis'].axis_label_text_color = 'black'
 
 
 
 
 
 
397
 
398
 
399
  overlay = hv.Overlay(curves).opts(
 
394
  def hook(plot, element):
395
  plot.handles['xaxis'].axis_label_text_color = 'black'
396
  plot.handles['yaxis'].axis_label_text_color = 'black'
397
+ plot.handles['xaxis'].axis_label_text_alpha = 1.0
398
+ plot.handles['yaxis'].axis_label_text_alpha = 1.0
399
+ plot.handles['xaxis'].axis_line_alpha = 1.0
400
+ plot.handles['yaxis'].axis_line_alpha = 1.0
401
+
402
+
403
 
404
 
405
  overlay = hv.Overlay(curves).opts(