So as a simple test of my new blog I decided to recreate a plot of historical Texas lake storage from waterdatafortexas. The original plot can be seen below:
In [1]:
%pylab inline
from IPython.display import Image
import pandas as pd
#plt.xkcd()