nesticot commited on
Commit
d1c51a5
·
verified ·
1 Parent(s): b1bee9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ def server(input,output,session):
345
  ax.hlines(y=df_model_2023_group_swing_plus_no.y_pred.mean()*100,xmin=win,xmax=len(df_will),color=colour_palette[1],linestyle='-.',alpha=1,
346
  label = f'{input.level_list()} Average: {df_model_2023_group_swing_plus_no.y_pred.mean()*100:.2f} xRV/100')
347
 
348
- ax.legend(zorder=100)
349
 
350
  hard_hit_dates = [df_model_2023_group_swing_plus_no.y_pred.quantile(0.9)*100,
351
  df_model_2023_group_swing_plus_no.y_pred.quantile(0.75)*100,
 
345
  ax.hlines(y=df_model_2023_group_swing_plus_no.y_pred.mean()*100,xmin=win,xmax=len(df_will),color=colour_palette[1],linestyle='-.',alpha=1,
346
  label = f'{input.level_list()} Average: {df_model_2023_group_swing_plus_no.y_pred.mean()*100:.2f} xRV/100')
347
 
348
+ ax.legend()
349
 
350
  hard_hit_dates = [df_model_2023_group_swing_plus_no.y_pred.quantile(0.9)*100,
351
  df_model_2023_group_swing_plus_no.y_pred.quantile(0.75)*100,