Re: [matplotlib-devel] event bug in polar axes

2010-11-09 Thread Michael Droettboom
On 11/08/2010 09:38 PM, Benjamin Root wrote: > > Thanks, that seems to do the trick. What is it that one can do anyway > with this pan/zoom mode? All I seem to be able to do is move the > labeling for the radial distance. Right mouse button zooms the radial axis, analogously to how the right mou

Re: [matplotlib-devel] event bug in polar axes

2010-11-08 Thread Benjamin Root
On Monday, November 8, 2010, Michael Droettboom wrote: > > > > > > > Should be fixed in r8778, r8779. > > Mike > > On 11/08/2010 11:13 AM, Michael Droettboom wrote: > > > > On 11/08/2010 10:34 AM, Benjamin Root wrote: > I have come across an odd bug in PolarAxes event >

Re: [matplotlib-devel] event bug in polar axes

2010-11-08 Thread Michael Droettboom
Should be fixed in r8778, r8779. Mike On 11/08/2010 11:13 AM, Michael Droettboom wrote: On 11/08/2010 10:34 AM, Benjamin Root wrote: I have come across an odd bug in PolarAxes event handling. If one creates a polar axes, then attempts to do a zoom action (is this even allowed?), and then att

Re: [matplotlib-devel] event bug in polar axes

2010-11-08 Thread Michael Droettboom
On 11/08/2010 10:34 AM, Benjamin Root wrote: I have come across an odd bug in PolarAxes event handling. If one creates a polar axes, then attempts to do a zoom action (is this even allowed?), and then attempts to do a pan (is this even allowed?), errors get thrown. Rubber-band zooming is not a

[matplotlib-devel] event bug in polar axes

2010-11-08 Thread Benjamin Root
I have come across an odd bug in PolarAxes event handling. If one creates a polar axes, then attempts to do a zoom action (is this even allowed?), and then attempts to do a pan (is this even allowed?), errors get thrown. Digging deeper, I noticed that the error being thrown is from "drag_zoom", wh