nesticot commited on
Commit
ff5944b
·
verified ·
1 Parent(s): 968950a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -336,7 +336,7 @@ def server(input,output,session):
336
  hard_hit_text = ['90th %','75th %','25th %','10th %']
337
  for i, x in enumerate(hard_hit_dates):
338
  ax.text(min(win+win/1000,win+win+5), x ,hard_hit_text[i], rotation=0,va='center', ha='left',
339
- bbox=dict(facecolor='white',alpha=0.7, edgecolor=colour_palette[2+i], pad=2),zorder=11)
340
 
341
  # # Annotate with an arrow
342
  # ax.annotate('June 6, 2023\nSeason Worst Decision Value', xy=(976, df_will.y_pred.rolling(window=win).mean().min()*100-0.03),
 
336
  hard_hit_text = ['90th %','75th %','25th %','10th %']
337
  for i, x in enumerate(hard_hit_dates):
338
  ax.text(min(win+win/1000,win+win+5), x ,hard_hit_text[i], rotation=0,va='center', ha='left',
339
+ bbox=dict(facecolor='white',alpha=0.7, edgecolor=colour_palette[2+i], pad=2),zorder=1100)
340
 
341
  # # Annotate with an arrow
342
  # ax.annotate('June 6, 2023\nSeason Worst Decision Value', xy=(976, df_will.y_pred.rolling(window=win).mean().min()*100-0.03),