plt.xlabel('Date')
plt.ylabel('%')
plt.plot(dff.index, dff['St_VS_BnH_P'], "b")
plt.legend(shadow=True, fontsize='large')