QuantumLearner commited on
Commit
3faeb00
·
verified ·
1 Parent(s): 5a2287f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def plot_stock_price_with_earnings(stock_data, earnings_dates, ticker):
84
  """
85
  fig = go.Figure()
86
  fig.add_trace(go.Scatter(x=stock_data.index, y=stock_data['Close'], mode='lines', name='Stock Price', line=dict(color='blue')))
87
- scaling_factor = 15
88
  max_marker_size = 50 # Limit the maximum marker size
89
  added_positive_legend = False
90
  added_negative_legend = False
 
84
  """
85
  fig = go.Figure()
86
  fig.add_trace(go.Scatter(x=stock_data.index, y=stock_data['Close'], mode='lines', name='Stock Price', line=dict(color='blue')))
87
+ scaling_factor = 2
88
  max_marker_size = 50 # Limit the maximum marker size
89
  added_positive_legend = False
90
  added_negative_legend = False