I haven't tried this for any of my own work, but perhaps the matplotlib AxesGrid toolkit might be what you are looking for.
Tim Whitcomb
2009-08-04 15:54:50
I haven't tried this for any of my own work, but perhaps the matplotlib AxesGrid toolkit might be what you are looking for.
Don't use subplot but axes to create your subplots - the latter allows arbitrary positioning of the subplot.