Via `rcParams` you can turn on minor ticks/grid for all your plots but there is currently no way to give a default interval for minor ticks to be shown. AutoMinorLocator [defaults to 4 or 5](https://matplotlib.org/_modules/matplotlib/ticker.html#AutoMinorLocator) so potentially it could check to see if this value is set in rcParams and use that first instead?