From: John H. <jdh...@ac...> - 2006-04-03 14:26:36
|
>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes: Charlie> John, you added this logic with comment, "added support Charlie> for multiple overlapping axes with pan/zoom". I think This was a user contributed patch, but I did check it in. Charlie> for a user to address this problem correctly they should Charlie> use the zorder property. I added a check a while back Charlie> that sets the inaxes property of a LocationEvent to the Charlie> highest zorder if multiple axes are found. It's a little more than zorder, though, since in the case of examples/two_scales.py you have to axes that entirely overlap one another, and you may want both to respond to navigation. In general I like the idea of using zorder to determine which axes responds to navigation commands, but do you think it can handle this case as well. Charlie> Fixed in svn. Thanks for looking into this one. JDH |