[matplotlib-devel] Fwd: Docs failing to build

2012-04-24 Thread Thomas Kluyver
Hi, In the last couple of days, the daily builds on Launchpad have been choking on the docs. They get to "reading sources... [ 91%] faq/howto_faq", then seemingly lock up until the queue manager aborts the build. It claims there's 2h30 of inactivity before that happens, so it looks like something

Re: [matplotlib-devel] Bug: errorbar caps require mew!=0

2012-04-24 Thread Benjamin Root
On Tue, Apr 24, 2012 at 7:49 AM, Mike Kaufman wrote: > If mew=0, then the caps on errorbars are not drawn regardless of the > setting of the "capsize" option. I don't think this should be the > behavior, it certainly caught me off guard, since I had mew=0 set in > rcParams. > > This is present as

Re: [matplotlib-devel] Inconsistent naming of legend points

2012-04-24 Thread Benjamin Root
On Thu, Apr 19, 2012 at 3:04 AM, Jae-Joon Lee wrote: > I think what we may do is to make the default value of "scatterponts" > to None, and if None, set it to the value of numpoints. > But, I want to hear how others think about it. > > Regards, > > -JJ > > I think that would be reasonable. And m

Re: [matplotlib-devel] bug in font display using png backend

2012-04-24 Thread Detlef Maurel
yep, it works. Thanks for fixing it so quickly! On 23.04.2012 23:34, Michael Droettboom wrote: Git bisect shows that this was introduced in f57dddc20625. Looking at the github comments for that commit: https://github.com/matplotlib/matplotlib/commit/f57dddc20625809436956675d23b09baddcc9e0e st

[matplotlib-devel] Bug: errorbar caps require mew!=0

2012-04-24 Thread Mike Kaufman
If mew=0, then the caps on errorbars are not drawn regardless of the setting of the "capsize" option. I don't think this should be the behavior, it certainly caught me off guard, since I had mew=0 set in rcParams. This is present as of 5b499f0180befea04fab7bfda17ba3ad7cf2380e (Mar 22nd master)