[matplotlib-devel] Custom-sized and spanning subplots

2008-11-13 Thread Stan West
Hello, all. I'd like to add to matplotlib facilities for (a) conveniently specifying the relative sizes of subplots, and (b) creating subplots that span cells of the subplot grid. For example, to obtain a column of three subplots with the last one 50% taller than the other two, the user would provi

Re: [matplotlib-devel] Custom-sized and spanning subplots

2008-11-13 Thread Andrew Straw
Hi Stan, You may want to have a look at the mplsizer MPL toolkit I wrote a long time ago and have failed to properly advertise or maintain. But, it does much of what you propose by emulating wx sizers for matplotlib. Anyhow, this is available by svn checkout from https://matplotlib.svn.sourceforge

[matplotlib-devel] [patch] Fix build failure with GCC 4.4

2008-11-13 Thread Sandro Tosi
Hello guys! A Debian Developers just reported a bug[1] on debian matplotlib during his preparation to introduce GCC 4.4: matplotlib will fail to build with GCC 4.4 due to a missing include. Attached is a patch to fix this problem, forged from an updated trunk; hope you can include it. [1] http://

[matplotlib-devel] svg.image_noscale and others

2008-11-13 Thread Jozef Vesely
Hello matplotlib developers, I have implemented "svg.image_noscale" feature for ps and pdf backends. I think that resampling/scaling should be avoided, when vector format can scale image itself. One advantage is that original image can be recovered from final file. Moreover as it is vector format

[matplotlib-devel] partial ring patch

2008-11-13 Thread Paul Kienzle
Hi, We found we needed to draw a partial ring, but didn't see one in patches.py. Attached is a generalization of Wedge to accept an inner and an outer radius. Should I add this to patches? Note that rather saving the unit ring and constructing a transform as in Wedge: def get_pat

Re: [matplotlib-devel] svg.image_noscale and others

2008-11-13 Thread Eric Firing
Jozef Vesely wrote: > Hello matplotlib developers, > > I have implemented "svg.image_noscale" feature for ps and pdf backends. I > think > that resampling/scaling should be avoided, when vector format can scale image > itself. It seems to me best if there is an option to scale or not; depending