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
Mostly cleanups to demo_locatable_axes_hard (and some misc. rewordings).
- No need to use the custom axes_grid1.mpl_axes.Axes subclass, plain
axes are just fine; no need to use the axes_grid specific `toggle`
API, we already call `set_tick_params(labelright=False)` which is
enough.
- No need to provide a separate label kwarg when constructing ax_cb,
subplot collision has been removed.
- Directly pass the locators when constructing the axes.
- Inline the definition of divider size components.
0 commit comments