-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Milestone
Description
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.