Re: [Matplotlib-users] Asymmetrical arrangements of subplots

2011-05-05 Thread Benjamin Root
2011/5/4 Sebastian Krieger > Dear all, > > I have a small question about subplot. I want to avoid creating plot axes > manually using pylab.axes, to create an asymmetrical arrangement of subplots > like the following code in Matlab: > > figure > subplot(2,2,1:2) > text(.5,.5,'subplot(2,2,1:2)',

Re: [Matplotlib-users] Asymmetrical arrangements of subplots

2011-05-05 Thread Goyo
2011/5/5 Sebastian Krieger : > Dear all, > > I have a small question about subplot. I want to avoid creating plot axes > manually using pylab.axes, to create an asymmetrical arrangement of subplots > like the following code in Matlab: > > figure > subplot(2,2,1:2) > text(.5,.5,'subplot(2,2,1:2)',..

[Matplotlib-users] Asymmetrical arrangements of subplots

2011-05-04 Thread Sebastian Krieger
Dear all, I have a small question about subplot. I want to avoid creating plot axes manually using pylab.axes, to create an asymmetrical arrangement of subplots like the following code in Matlab: figure subplot(2,2,1:2) text(.5,.5,'subplot(2,2,1:2)',... 'FontSize',14,'HorizontalAlignment'