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
label_outer() should remove inner minor ticks too.
Minimal example:
fig, axs = plt.subplots(2, 2, sharex=True, sharey=True)
axs[0, 0].set(xscale="log", yscale="log", xlim=(1, 10))
for ax in axs: ax.label_outer()
Also, do not switch back on visibility of outer offset text if it was
not visible before.
0 commit comments