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
There does not seem to be an rc parameter which enables minor tick parameters by default. One can use plt.minorticks_on() for each axes but that feels cumbersome.
I would therefore request xtick.minor.visible and ytick.minor.visible that works like plt.minorticks_on(). Maybe also something for the major ticks, I can imagine someone wanting to disable major ticks for imshow.