Re: [Matplotlib-users] Bug in errorbar

2011-08-05 Thread Tony Yu
On Fri, Aug 5, 2011 at 2:41 PM, Amir Jahanshahi wrote: > Hi , > > The code for image-windows and image-linx comes from here: > > http://matplotlib.sourceforge.net/examples/pylab_examples/errorbar_limits.html > > That is why I think the problem is in linux. And the pdf which is attached > along wi

Re: [Matplotlib-users] Bug in errorbar

2011-08-05 Thread Amir Jahanshahi
Hi , The code for image-windows and image-linx comes from here: http://matplotlib.sourceforge.net/examples/pylab_examples/errorbar_limits.html That is why I think the problem is in linux. And the pdf which is attached along with the png image named flow-rate are executed in linux which are differ

Re: [Matplotlib-users] Bug in errorbar

2011-08-05 Thread Tony Yu
On Fri, Aug 5, 2011 at 9:29 AM, Amir Jahanshahi wrote: > Dear folks, > > I have this problem consistently in 0.99 installed via package > respiratory and also 1.0.1 from source. This only occurs in linux. > Windows is OK. see attachments please. If I run flow-rate.py the output > of plt.show() is

[Matplotlib-users] Bug in errorbar/docstring?

2007-12-04 Thread Ryan May
Hi, I think there's a bug in errorbar in trying to use asymmetric y-errorbars. According to the docstring: xerr and yerr may be any of: a rank-0, Nx1 Numpy array - symmetric errorbars +/- value an N-element list or tuple - symmetric errorbars +/- value a rank-1, N