Re: [matplotlib-devel] Alternative way of specifying plot layout

2015-03-19 Thread Nicolas P. Rougier
Ok. I'll wait for the MEP directory to start writing a proposal. Here is a flavor of what I think could be done (to be seen using a fixed width font): "AB": ┌┐┌┐ │ A ││ B │ ││││ ││││ └┘└┘ "ABB": ┌──┐┌──┐ │ A

Re: [matplotlib-devel] Alternative way of specifying plot layout

2015-03-19 Thread Benjamin Root
two problems with that: 1) that really doesn't make me want to use this approach, especially since I wouldn't know what ratios I would want in the first place. 2) it can't tell if I want a horizontal or vertical colorbar, whereas the lower-case notation could have some logic to auto-detect the user

Re: [matplotlib-devel] Alternative way of specifying plot layout

2015-03-19 Thread Nicolas P. Rougier
I think you could specify colorbars using: ["AB"] (B is a vertical colorbar, 1/10 of total width) Nicolas > On 18 Mar 2015, at 18:52, Eric Firing wrote: > > On 2015/03/18 7:42 AM, Benjamin Root wrote: >> A thought... could this perhaps be extended somehow to specify colorbars >> in t