Getting xkcd plots using matplotlib

The current version of matplotlib (1.3.1) supports xkcd-style plotting, but when I follow the basic instructions for generating such a plot (in iPython 1.1.0), %pylab plt.xkcd() plt.plot(sin(linsp...