Re: [Matplotlib-users] How to create space between two subplots?

2011-02-15 Thread Omer Khalid
Hi Aman, Thanks a lot for your help and providing me the link to the function. It sorted out my query :) Cheers Omer On Tue, Feb 15, 2011 at 14:44, Aman Thakral wrote: > Hi Omer, > > use the subplots_adjust keyword argument (or click on the adjust > subplots icon in the navigation toolbar at

Re: [Matplotlib-users] How to create space between two subplots?

2011-02-15 Thread Aman Thakral
Hi Omer, use the subplots_adjust keyword argument (or click on the adjust subplots icon in the navigation toolbar at the bottom of the figure). http://matplotlib.sourceforge.net/api/figure_api.html#matplotlib.figure.Figure.subplots_adjust -Aman On Tue, Feb 15, 2011 at 6:05 AM, Omer Khalid wrot

[Matplotlib-users] How to create space between two subplots?

2011-02-15 Thread Omer Khalid
Hi, I am trying to create two subplots in the same figure. Currently, the x-axis of first plot overlaps with the title of second plot. I was wondering if there is a function for figure object that allows to create vertical space between two plots so that the axis and title text doesn't overlap?