|
From: Pierre H. <pie...@cr...> - 2013-05-31 11:15:18
|
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 also grid.major.* and grid.minor.* (as it already exists for xticks) ? best, Pierre Sorry if this question was already discussed. I though it was, but a few Google searches didn't point me to relevant content. |