Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
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 |
|