Re: [Matplotlib-users] contour lines not hidden by patches

2009-08-26 Thread Auré Gourrier
The patches hide the contourf correctly, as expected, but not the contour lines... Sounds like a zorder problem: http://matplotlib.sourceforge.net/examples/pylab_examples/zorder_demo.html -- Jouni K.. Sepp?nen I'd missed that point... Thanks, it's working fine now ! Cheers, Aure

[Matplotlib-users] contour lines not hidden by patches

2009-08-25 Thread Auré Gourrier
Can't figure this out: I create a figure, add some axes, define data to be plotted as a contourf + contour on top and then add some patches to hide some regions of my plot. The patches hide the contourf correctly, as expected, but not the contour lines... Could someone telle me whether I'm

Re: [Matplotlib-users] contour lines not hidden by patches

2009-08-25 Thread Jouni K . Seppänen
Auré Gourrier aurelien.gourr...@yahoo.fr writes: The patches hide the contourf correctly, as expected, but not the contour lines... Sounds like a zorder problem: http://matplotlib.sourceforge.net/examples/pylab_examples/zorder_demo.html Below are the code lines. Since several details were