From: Charlie M. <cw...@gm...> - 2006-04-03 15:03:32
|
On 4/3/06, Charlie Moad <cw...@gm...> wrote: > > 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. I wasn't aware of the pylab twinx function which is what broke. The nav-toolbar events still work for me. The subplots adjust functionality broke though. I fixed this by accounting for the case that _sharex or _sharey is an instance of Subplot. I didn't modify two_scales.py at all and everything seems to be working correctly. In the case you want custom key or mouse event interaction in two_scales, one might have to do the zorder trick I mentioned before.=20 Committed. The broken subplots toolbar might justify a minor release here soon, unless you think it can wait until 88. Since no one has complained (except me), it might be able to wait. - Charlie |