I want to try out the new .xkcd() function for matplotlib as shown here http://matplotlib.org/xkcd/examples/showcase/xkcd.html but it is not working because I think it only works for matplotlib 1.3. So I'm wondering how I would update to matplotlib 1.3. I tried
easy_install matplotlib
but that did not seem to work. Alternatively, if there is a way to use .xkcd() without updating, that would answer my question as well. Also, I am using windows.