Re: [Matplotlib-users] Specifying exactly zero inter-plot spacing in nested grids

2011-03-25 Thread Angus McMorland
Thanks Paul, On 24 March 2011 19:23, Paul Ivanov pivanov...@gmail.com wrote: I think you can get the desired functionality with gridspec alone. Take a look at doc/users/plotting/examples/demo_gridspec06.py which you can find here

[Matplotlib-users] Specifying exactly zero inter-plot spacing in nested grids

2011-03-24 Thread Angus McMorland
Hi all, I'm trying to get a grid of grids of plots, where the inner grids have no inter-plot spacing. Is there a recommended way to go about this? I'm aware AxesGrid can do the no-spacing requirement, but it's not so obvious that it can be used to nest one grid within another, as gridspec can.

Re: [Matplotlib-users] Specifying exactly zero inter-plot spacing in nested grids

2011-03-24 Thread Paul Ivanov
Angus McMorland, on 2011-03-24 15:46, wrote: Hi all, I'm trying to get a grid of grids of plots, where the inner grids have no inter-plot spacing. Is there a recommended way to go about this? I'm aware AxesGrid can do the no-spacing requirement, but it's not so obvious that it can be used