plt.xlabel('Date')

plt.ylabel('US$')

plt.plot(dff.index, dff['St_VS_BnH_N'], "b")

plt.legend(shadow=True, fontsize='large')