Re: [matplotlib-devel] Line2D.set_pickradius missing in svn

2009-01-27 Thread John Hunter
On Tue, Jan 27, 2009 at 12:28 AM, Eric Firing wrote: > Martin Spacek wrote: >> >> Hi, >> >> I just updated my checkout to rev 6829, and it seems >> lines.Line2D.set_pickradius has been renamed to setpickradius. Is this a >> typo? get_pickradius still exists. This is on line 318 in lines.py. Renami

Re: [matplotlib-devel] Line2D.set_pickradius missing in svn

2009-01-26 Thread Eric Firing
Martin Spacek wrote: > Hi, > > I just updated my checkout to rev 6829, and it seems > lines.Line2D.set_pickradius > has been renamed to setpickradius. Is this a typo? get_pickradius still > exists. > This is on line 318 in lines.py. Renaming it back to set_pickradius seems > make > it work t

[matplotlib-devel] Line2D.set_pickradius missing in svn

2009-01-26 Thread Martin Spacek
Hi, I just updated my checkout to rev 6829, and it seems lines.Line2D.set_pickradius has been renamed to setpickradius. Is this a typo? get_pickradius still exists. This is on line 318 in lines.py. Renaming it back to set_pickradius seems make it work the way it used to. Cheers, Martin