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                      Z-order
Patch / PatchCollection      1
Line2D / LineCollection      2
Text                         3
-------------------------------------------------------------------------------------------------

best regards
Matthias

On Tuesday 18 March 2008 12:15, Chris Withers wrote:
> 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.
>
> What's the default zorder? Ideally I'd just like to supply the zorder to
> the grids...
>
> cheers,
>
> Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to