There are a few options you can try. And I recommend you to use gridspec module.
http://matplotlib.sourceforge.net/users/gridspec.html
It can also be used with ImageGrid (at least in the master branch, but
not sure for 1.0.1 release).
I'm attaching a sample script.
Regards,
-JJ
On Sat, Aug 6
Hi, I am using add_subplot(...) to create a row of 4 plots, and have a tricky
question.
I have an image (a figure instance) composed of 4 subplots in a single row.
I'd like to know how to arrange a number of these rows in a bigger grid,
namely a grid of 10x3 plots, each plot made up of 1x4 subplot