You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform ParasiteAxesBase._update_viewlim into standard callback.
update_viewlim as an independent method was deprecated in da2f77a and
has since then been removed. We could just inline _update_viewlim into
apply_aspect, but transforming it into a callback on
xlim_changed/ylim_changed helps moving towards the removal of
ParasiteAxes as a separate class and its replacement by standard (child)
axes with some extra attributes/callbacks set.
0 commit comments