From: John H. <jd...@gm...> - 2007-11-27 19:48:26
|
On Nov 27, 2007 1:46 PM, Tom Johnson <tj...@gm...> wrote: > I'd like to make the separation distance between two subplots to be > much smaller. How can I achieve this? Use the subplots_adjust paramters, eg fig.subplots_adjust(hspace=0) JDH |