JayLacoma commited on
Commit
413f483
·
verified ·
1 Parent(s): df35ff9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -402,17 +402,7 @@ def plot_combined_signals(df, ticker):
402
  xaxis_title='Date',
403
  yaxis_title='Signal Strength Score',
404
  yaxis=dict(zeroline=True, zerolinewidth=2, zerolinecolor='gray'),
405
- showlegend=True # Not needed for a single trace
406
- legend=dict(
407
- orientation='h', # Horizontal legend
408
- yanchor='bottom',
409
- y=1.02, # Just above the plot
410
- xanchor='right',
411
- x=1,
412
- bgcolor="rgba(0,0,0,0.8)",
413
- bordercolor="white",
414
- borderwidth=1
415
- ),
416
  )
417
 
418
  return fig
 
402
  xaxis_title='Date',
403
  yaxis_title='Signal Strength Score',
404
  yaxis=dict(zeroline=True, zerolinewidth=2, zerolinecolor='gray'),
405
+ showlegend=True # Not needed for a single trace
 
 
 
 
 
 
 
 
 
 
406
  )
407
 
408
  return fig