Re: [Matplotlib-users] capsize on errorbars

2011-11-08 Thread Blake, James
mes Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] capsize on errorbars On Tue, Nov 8, 2011 at 9:57 AM, Blake, James wrote: Dear MPL gurus, I've probably failed to RTFM properly. I'm trying to produce error bars with horizontal lines at the top of the vertical

Re: [Matplotlib-users] capsize on errorbars

2011-11-08 Thread Benjamin Root
On Tue, Nov 8, 2011 at 9:57 AM, Blake, James wrote: > Dear MPL gurus, > > I've probably failed to RTFM properly. > > I'm trying to produce error bars with horizontal lines at the top of the > vertical error bars to cap them. I've tried adjusting capsize on both > plt.bar and plt.errorbar, but have

[Matplotlib-users] capsize on errorbars

2011-11-08 Thread Blake, James
Dear MPL gurus, I've probably failed to RTFM properly. I'm trying to produce error bars with horizontal lines at the top of the vertical error bars to cap them. I've tried adjusting capsize on both plt.bar and plt.errorbar, but have not had any success. I think I had this working previously with