Hi Matthias,

Matthias Michler wrote:
> 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
> -------------------------------------------------------------------------------------------------

So I see, but then why if I set the zorder of the grid to 0 or 1, does 
it still show up on top of the lines, unless I set the zorder of the 
lines to 10 or above?

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk

-------------------------------------------------------------------------
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