Is there a way to use multiple axes in PyPlot, such as [this matplotlib example](http://matplotlib.org/examples/api/two_scales.html)?
I've tried various approaches to get the axes objects I need, but I can't manage to get them as anything but general PyObjects, which of course don't have the plotting methods I need. Anyone got any hints? =) // T
