Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Hi,
As far as I can see, the only customization to the grid that is possible right now in rcParams is:
mpl.rcParams['grid.color'] mpl.rcParams['grid.alpha']mpl.rcParams['grid.linewidth']mpl.rcParams['grid.linestyle']
Is it possible to change these keys so that it is possible to configure minor and major grid line styles independently from each other?
Something like:
mpl.rcParams['grid.minor.color'] mpl.rcParams['grid.minor.alpha']mpl.rcParams['grid.minor.linewidth']mpl.rcParams['grid.minor.linestyle']mpl.rcParams['grid.major.color'] mpl.rcParams['grid.major.alpha']mpl.rcParams['grid.major.linewidth']mpl.rcParams['grid.major.linestyle']