Manu Hack wrote:
> import numpy
> import pylab
> 
> x = y = ybar = numpy.arange(0, 10)
> errorbar(x, y, ybar)
> errorbar(x, 2 * y, 0.5 * ybar)
> legend(["hi" , "hi2"], loc=0)
> 
> 
> That gave a AttributeError: LineCollection instance has no attribute
> 'get_lines'.

This was fixed in svn.  I don't recall exactly when.

Eric
> 
> I'm running matplotlib on Debian Lenny.  Thanks a lot.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to