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 to nest one grid within another, as
> gridspec can. Can the two work together, or can I achieve what I need
> with gridspec alone?
> I've tried setting the gridspec hspace and wspace both to 0., but that
> doesn't force the spacing to be exactly zero.

Hi Angus,

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/examples/demo_gridspec06.py

See also the thread called "How to make a grid of (plot) grids?" from
this list in January, 2011 at [1] or [2]:

1. http://old.nabble.com/How-to-make-a-grid-of-%28plot%29-grids--td30581281.html
2. 
http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg19710.html

best,
-- 
Paul Ivanov
314 address only used for lists,  off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to