Re: [Matplotlib-users] major/minor grid settings in matplotlibrc

2013-06-03 Thread Matthias BUSSONNIER
Hi Pierre, Thanks for asking on the ML for me :-) I dived into the code and came up with a PR (link at the end) In short, in the constructor of Ticks , self.gridOn is set to the value of rcParam.axes.grid regardless of wether the Ticks is Major or Minor. I proposed one fix, but I'm not sure

Re: [Matplotlib-users] major/minor grid settings in matplotlibrc

2013-06-03 Thread Pierre Haessig
Le 31/05/2013 13:15, Pierre Haessig a écrit : > Would it make sense to add also grid.major.* and grid.minor.* (as it > already exists for xticks) ? any feedback ? -- Pierre -- Get 100% visibility into Java/.NET code with

[Matplotlib-users] major/minor grid settings in matplotlibrc

2013-05-31 Thread Pierre Haessig
Hi, A friend was just asking me about how to set grid style in matplotlibrc to separate settings for minor and major grids. As far as I understand, it's not possible because the rc file only includes the following options : grid.color, grid.linestyle and grid.linewidth Would it make sense to add