cryman38 commited on
Commit
4a55675
·
verified ·
1 Parent(s): 143cfdd

Upload share_price_trend.py

Browse files
Files changed (1) hide show
  1. modules/share_price_trend.py +3 -3
modules/share_price_trend.py CHANGED
@@ -66,9 +66,9 @@ def share_price_trend(stock_codes, days):
66
  ))
67
 
68
  fig.update_layout(
69
- title=f'Relative Stock Prices Over the Last {days} Days',
70
- xaxis_title='Date',
71
- yaxis_title='Relative Price',
72
  showlegend=True,
73
  xaxis=dict(
74
  showline=True,
 
66
  ))
67
 
68
  fig.update_layout(
69
+ # title=f'Relative Stock Prices Over the Last {days} Days',
70
+ # xaxis_title='Date',
71
+ # yaxis_title='Relative Price',
72
  showlegend=True,
73
  xaxis=dict(
74
  showline=True,