[Matplotlib-users] default zorder for plots?

2008-03-18 Thread Chris Withers
Chris Withers wrote: I tried fiddling with the zorder of the plot and the grid but nothing had any effect. What am I doing wrong? How do I get the grid to show up behind the lines? Actually, I did manage to fix this by specifying a zorder of 10 for the plots and a zorder of 1 for the grids.

Re: [Matplotlib-users] default zorder for plots?

2008-03-18 Thread Matthias Michler
Hello Chris, in examples/zorder_demo.py I found: --- The default drawing order for axes is patches, lines, text. This order is determined by the zorder attribute. The following defaults are set Artist