[Matplotlib-users] Arranging subplots on a square regular grid

Daniele Nicolodi daniele at grinta.net
Wed Oct 31 12:14:53 EDT 2018


On 31-10-2018 09:38, Jody Klymak wrote:
> This is also explicitly the use-case that `axes_grid1` toolkit is meant
> for.   I’m trying to move as much axes_grid1 stuff out of the toolkit
> into the main code as possible, but what you want is orthogonal to how
> layout managers that are currently in matplotlib work, so axes_grid1 is
> still useful here. 
> 
> https://matplotlib.org/gallery/axes_grid1/simple_axesgrid.html

Hi Jody,

thank you very much. That's exactly what I was looking for!  I don't
know how I missed it in the documentation.  It would be very nice if
this could expose an API similar to the GridSpec one, but I don't know
how feasible this is.

Thanks,
Dan


More information about the Matplotlib-users mailing list