|
From: Benjamin R. <ben...@ou...> - 2012-09-26 15:10:39
|
On Wed, Sep 26, 2012 at 11:07 AM, Pierre Haessig <pie...@cr...>wrote: > Le 26/09/2012 15:30, Benjamin Root a écrit : > > > > Probably could have the two axes listen for an "xlim_changed" event, > > check to see if it belongs to its twin, and update itself accordingly > > (without emitting). > I guess you mean "ylim_changed" event ? > > (Maybe my description was not very clear, but the issue I'm having is > with respective placement of yticks on left and right sides. > xticks are the same, so no problem with these.) > > Best, > Pierre > > Correct... twinx should have them listen to each other's ylim_changed, twiny should have them listen to each other's xlim_changed. Thanks for catching that... Ben Root |