[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] Fwd: Patch: set capsize of errorbar via matplotlibrc

2012-08-31 Thread Hans Dembinski
: ) Thanks for the response. On 08/30/2012 08:41 PM, Eric Firing wrote: > Submitting patches as github pull requests is strongly preferred. See > http://matplotlib.sourceforge.net/devel/index.html. > > In the svn days, most devel discussions of proposed changes occurred on > this mailing list, bu

[matplotlib-devel] Fwd: Patch: set capsize of errorbar via matplotlibrc

2012-08-30 Thread Hans Dembinski
rorbar via matplotlibrc Date: Thu, 09 Aug 2012 14:10:27 +0200 From: Hans Dembinski To: matplotlib-devel@lists.sourceforge.net Hi fellow developers, I am using matplotlib in particle physics where we generally do not plot the little end caps of error bars. They add no information, but they make the p

[matplotlib-devel] Patch: set capsize of errorbar via matplotlibrc

2012-08-09 Thread Hans Dembinski
librc. I prepared a patch in order to do that and would like you to include it into the distribution. Please tell me what you think of it. >From cbb2df219068a51ee1556a9318b39d19224bc10e Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Thu, 9 Aug 2012 14:02:17 +0200 Subject: [PATCH] ge

Re: [matplotlib-devel] Fwd: Patch for errorbar, alpha kw did not apply to lines and cap markers

2012-06-28 Thread Hans Dembinski
the markers. Cheers, Hans On 06/22/2012 02:58 PM, Benjamin Root wrote: > > On Fri, Jun 22, 2012 at 5:58 AM, Hans Dembinski <mailto:hans.dembin...@kit.edu>> wrote: > > Hi again, > > I send this patch to the mailing list two weeks ago and did not get >

[matplotlib-devel] Fwd: Patch for errorbar, alpha kw did not apply to lines and cap markers

2012-06-22 Thread Hans Dembinski
Date: Wed, 06 Jun 2012 17:57:31 +0200 From: Hans Dembinski To: matplotlib-devel@lists.sourceforge.net Hi matplotlib developers, this is my first commit to matplotlib. I am using it heavily in a scientific context. I followed the How-to and send you an according patch for what I consider a bug. If

[matplotlib-devel] Patch for errorbar, alpha kw did not apply to lines and cap markers

2012-06-06 Thread Hans Dembinski
As described in the subject line, I made the alpha keyword in the errorbar command act also on the error bars and not only on the markers. The previous behaviour seemed inconsistent. Cheers, Hans >From 9dc835ea20f87208ae254df06eaf75e79eca8207 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date