wibbly wobbly

Musings on data through time and space

Trying Something New

At SciPy2013 I had lots of awesome conversations with folks. It was great to find that some of the things I'm working on are actually of interest to a wider audience. One thing that came up again and again is whether I had blog posts describing some of my ...

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 ...