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
Let SecondaryAxis inherit get_tightbbox from _AxesBase.
The only difference in the implementation of _AxesBase.get_tightbbox and
SecondaryAxis.get_tightbbox is that the latter explicitly ignores the
axis in the "other" direction, but because that axis is set to
invisible, its tightbbox is None. So we can just directly inherit the
parent implementation.
0 commit comments