Re: [Matplotlib-users] axis elements and zorder

2006-09-04 Thread John Hunter
> "Michael" == Michael Fitzgerald <[EMAIL PROTECTED]> writes: Michael> Hi all, Michael> I have a question about zorder and Axis elements. I read Michael> in the thread titled "zorder not working for grid Michael> lines??" that since grid lines are Axis elements, they Mich

[Matplotlib-users] axis elements and zorder

2006-09-02 Thread Michael Fitzgerald
Hi all, I have a question about zorder and Axis elements. I read in the thread titled "zorder not working for grid lines??" that since grid lines are Axis elements, they don't respect the zorder. It's possible to set grid lines below other plot elements with Axis.set_axisbelow(). Howe