Nils Wagner <[EMAIL PROTECTED]> writes:

>   File "/usr/lib64/python2.4/site-packages/matplotlib/legend.py", line
> 357, in _auto_legend_data
>     hlines = handle.get_lines()
> AttributeError: LineCollection instance has no attribute 'get_lines'

It seems that get_lines() was removed from LineCollection in revision
2052 by Eric Firing:

| r2052 | efiring | 2006-02-11 22:56:42 +0200 (Sat, 11 Feb 2006) | 3 lines
|
| Add autolim kwarg to axes.add_collection; change get_verts()
| methods of collections accordingly.

Perhaps Eric knows best how to fix _auto_legend_data()?

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to