Preview:
plt.xlabel('Date')
plt.ylabel('US$')
plt.plot(dff.index, dff['BuyNHold'])
plt.plot(dff.index, dff['Strategy'])
plt.legend(shadow=True, fontsize='large')
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter