Re: [matplotlib-devel] [patch] Major/Minor Grid z-order

2010-03-18 Thread Jed Frechette
Jed Frechette wrote: > I made a one line change to matplotlib.axis.Axis.draw (attached) that > simply reverses the order that ticks are plotted in. Argh, I knew that was to easy. This is only a partial fix because the horizontal minor grid still gets drawn above the vertical major grid. -- Je

[matplotlib-devel] [patch] Major/Minor Grid z-order

2010-03-17 Thread Jed Frechette
With the current release 0.99.1 minor grid lines get drawn above major grid lines. This makes it impossible, for example, to have a dark gray major grid and a light gray minor grid because the minor grid will overwrite the major grid. I'm assuming this is a bug but maybe there is a design