On 2015/03/18 7:42 AM, Benjamin Root wrote:
> A thought... could this perhaps be extended somehow to specify colorbars
> in the layout?

A lower-case letter could indicate a colorbar-size Axes:

layout = ["ABc",
           "DE ",
           "ff "]

would put a vertical think axes to the right of B, and a double-wide 
hoizontal one below D and E.

All of this seems like an alternative API for gridspec and axes_grid1.

I am concerned about ending up with too many ways to do things, but with 
subtle differences.

How much control over spacing and sizing would be provided by kwargs or 
other adjustment mechanisms?  How would this relate to subplot_params?

Eric



------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to