TkAgg RadioWidget

In this case I think the correct approach would be to set

    > the zorder higher on one axes, and in that axes' callback
    > programmatically invoke the same event for the other
    > axes. I will look at the example and implement/comment
    > this approach.

I don't feel strongly about this, but since the patch I applied does
set a navigation toggle flag, is it not preferable to simply fix the
logic error and allow the user to set this flag rather than have to
set a callback?

JDH

I don't know if you saw my latest post before writing this. Please
try two_scales with the latest and I believe it is satisfactory now.

···

On 4/3/06, John Hunter <jdhunter@...5...> wrote:

    > In this case I think the correct approach would be to set
    > the zorder higher on one axes, and in that axes' callback
    > programmatically invoke the same event for the other
    > axes. I will look at the example and implement/comment
    > this approach.

I don't feel strongly about this, but since the patch I applied does
set a navigation toggle flag, is it not preferable to simply fix the
logic error and allow the user to set this flag rather than have to
set a callback?