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

2008-11-14 Thread Manuel Metz
Sandro Tosi wrote: > 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

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

2008-11-14 Thread Stan West
> 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. Thanks; I'll take a look at it. - This SF.Net email is sponsored by the Moblin Your

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

2008-11-14 Thread Michael Droettboom
Eric Firing wrote: > 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. >> Unfortunately, the quality of i

Re: [matplotlib-devel] partial ring patch

2008-11-14 Thread Michael Droettboom
Paul Kienzle wrote: > 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? Looks like a useful feature to me. Could be used for doing these sort

Re: [matplotlib-devel] partial ring patch

2008-11-14 Thread Paul Kienzle
On Nov 14, 2008, at 9:59 AM, Michael Droettboom wrote: > Paul Kienzle wrote: >> 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?

Re: [matplotlib-devel] partial ring patch

2008-11-14 Thread Michael Droettboom
Paul Kienzle wrote: > > On Nov 14, 2008, at 9:59 AM, Michael Droettboom wrote: > >> Paul Kienzle wrote: >>> 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. >>> >>

Re: [matplotlib-devel] partial ring patch

2008-11-14 Thread Paul Kienzle
On Nov 14, 2008, at 12:36 PM, Paul Kienzle wrote: >> >> Any reason not to implement this simply as an additional kwarg to >> Wedge, rather than a new class -- since Ring with a r2 == 0 is >> equivalent to Wedge anyway? Just thinking of having less code to >> maintain...but maybe that's more confu