wibbly wobbly

Musings on data through time and space

Texas Lake Storage XKCD Style

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()
Populating the interactive namespace from numpy ...