Closed
Description
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 so potentially it could check to see if this value is set in rcParams and use that first instead?