kollis commited on
Commit
210ca84
1 Parent(s): e5063a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def final_function(equity,startdate,enddate,ndaywindow):
237
  plt.plot(nifty_dataseries, label='Nifty50 as Benchmark')
238
  plt.title('Benchmark vs Strategy')
239
  plt.xlabel('Date')
240
- plt.ylabel('Close Price')
241
  plt.legend()
242
 
243
 
 
237
  plt.plot(nifty_dataseries, label='Nifty50 as Benchmark')
238
  plt.title('Benchmark vs Strategy')
239
  plt.xlabel('Date')
240
+ plt.ylabel('Equity')
241
  plt.legend()
242
 
243