Re: [matplotlib-devel] Bug in pyplot.hist when using histtype="step"

2013-04-17 Thread Pierre Haessig
Hi, Le 16/04/2013 15:41, Detlef Maurel (IKP) a écrit : > this works for me, too. Strange... I get the problem with the attached > dataset using the command > > hist(loadtxt("data.txt"),bins=300,histtype="step") Indeed, I could reproduce your problem using your specific dataset. The automated sel

[matplotlib-devel] code review: capsize-default

2013-04-17 Thread Hans Dembinski
Hi all, I have written a patch in order to set the length of cap lines in errorbar plots via rcParams. I would like to see this feature in the master branch. Please review my code https://github.com/HDembinski/matplotlib/compare/capsize-default Regards, Hans -

Re: [matplotlib-devel] code review: capsize-default

2013-04-17 Thread Benjamin Root
Hans, If you submit it as a Pull Request, we can comment in-line with the code. For the most part, things look fine except for some whitespace errors. Ben Root On Wed, Apr 17, 2013 at 9:29 AM, Hans Dembinski wrote: > Hi all, > > I have written a patch in order to set the length of cap lines in