Thanks Paul,
On 24 March 2011 19:23, Paul Ivanov 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
>
> https://github.com/matplotlib/matplotlib/blob/f1c8/doc/users/plotting/exampl
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
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. Can