Re: [matplotlib-devel] errorbar *lims kwarg

2007-11-02 Thread John Hunter
On 11/2/07, Eric Firing <[EMAIL PROTECTED]> wrote: > It looks to me like there are several fossils from John's early work > with units support--places where list comprehensions are used instead of > arrays "to preserve units". I don't think these are directly causing > the problem, but if they ar

Re: [matplotlib-devel] errorbar *lims kwarg

2007-11-02 Thread Eric Firing
Darren Dale wrote: > The errorbar_limits.py demo is failing on my machine: > > Traceback (most recent call last): > File "errorbar_limits.py", line 13, in > P.errorbar(x,y,yerr=0.1,capsize=3) > File "/usr/lib64/python2.5/site-packages/matplotlib/pyplot.py", line 1608, > in errorbar >