Re: [Matplotlib-users] subplot2grid weird for non-square shapes

2010-08-28 Thread Jae-Joon Lee
Thanks for reporting. It turns out a (major) bug in gridspec, which should be fixed in r8667 & r8668. You code should work (except the rowspan and colspan needs to be exchanged for ax3 and ax4). Regards, -JJ On Sat, Aug 28, 2010 at 2:17 PM, Erik Tollerud wrote: > If been playing around with t

[Matplotlib-users] subplot2grid weird for non-square shapes

2010-08-27 Thread Erik Tollerud
If been playing around with the new Gridspec and subplot2grid stuff, and it's pretty cool... one thing is confusing me though: It doesn't seem to make any sense if the grid is non-square. For example, suppose a 2x6 grid, which I will number like so: 1 3 5 7 9 11 2 4 6 8 10 12 I want ax1 to take