AttributeError: LineCollection instance has no attribute 'get_lines'

Jouni K. Sepp�nen <jks@...397...> writes:

Eric Firing <efiring@...202...> writes:

Do you know of some other simple
bugs like this we should look at ASAP?

Of the bugs listed at http://sf.net/tracker/?group_id=80706&atid=560720
I suspect a few would be simple to fix:

Also I'm not at all sure that my solution to the Circle problem is
correct:

http://thread.gmane.org/gmane.comp.python.matplotlib.devel/2667/focus=2670

···

--
Jouni K. Sepp�nen

Jouni K. Sepp�nen wrote:

Jouni K. Sepp�nen <jks@...397...> writes:

Also I'm not at all sure that my solution to the Circle problem is
correct:

http://thread.gmane.org/gmane.comp.python.matplotlib.devel/2667/focus=2670

Your solution is correct; the docstring was wrong, and there were some other vestiges of an earlier implementation. I will have these cleaned up shortly.

Eric