Spaces:
Running
Running
Update app.py
Browse files
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=
|
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),
|