Change position of graphs when using subplot

Hi
I’m displaying 4 graphs in one figure.
But the 4 graphs are really to much near each other and the center of the figure.
Is there anyway to change this, and move them nearer to the edges of the figure ?
Thanks
Johan Mazel

Hi Johan,

subplots_adjust(wspace=0.5)

may help

regards Matthias

···

On Wednesday 21 May 2008 13:59:31 Johan Mazel wrote:

Hi
I'm displaying 4 graphs in one figure.
But the 4 graphs are really to much near each other and the center of the
figure.
Is there anyway to change this, and move them nearer to the edges of the
figure ?
Thanks
Johan Mazel