Current svn version bug in get_xydata function in line.py

Hi,

There is a typo in the matplotlib line.py file in function get_xydata
line 662
it should be self._invalidx instead of self.invalidx
(missing leading underscore)

Regards,

David

Fixed in svn r8170. Thanks for the report.

JDH

ยทยทยท

On Tue, Mar 2, 2010 at 7:07 AM, David Trem <david.trem@...149...> wrote:

Hi,

There is a typo in the matplotlib line.py file in function get_xydata
line 662
it should be self._invalidx instead of self.invalidx
(missing leading underscore)