[Matplotlib-users] Set x axis length of all subplots to same width on screen

2012-04-26 Thread willfurnass
I've converted a simple MATLAB script [1] for wavelet decomposition-based analysis to Python. I now want to create figures similar to [2] that feature five subplots in one column, with the 1st and 3rd being generated using 'subplot.plot' and the others being generated using 'subplot.imshow'. I

Re: [Matplotlib-users] Set x axis length of all subplots to same width on screen

2012-04-27 Thread willfurnass
On Thu, Apr 26, 2012 at 12:51 PM, willfurnass wrote: > > I've converted a simple MATLAB script [1] for wavelet decomposition-based > analysis to Python. I now want to create figures similar to [2] that > feature five subplots in one column, with the 1st and 3rd being

Re: [Matplotlib-users] Set x axis length of all subplots to same width on screen

2012-04-27 Thread willfurnass
On Thu, Apr 26, 2012 at 12:51 PM, willfurnass wrote: > > I've converted a simple MATLAB script [1] for wavelet decomposition-based > analysis to Python. I now want to create figures similar to [2] that > feature five subplots in one column, with the 1st and 3rd being