Re: [Matplotlib-users] plotting lines in the "background" of other lines

2009-07-17 Thread Jouni K . Seppänen
per freem writes: > then the horizontal line appears ON TOP of the other two lines -- i want it > to be the opposite, i want the horizontal line to be in the background. how > can i do this? Use the zorder keyword. http://matplotlib.sourceforge.net/examples/pylab_examples/zorder_demo.html --

[Matplotlib-users] plotting lines in the "background" of other lines

2009-07-17 Thread per freem
hi all, i am plotting several lines together in a plot. i'd like some of the lines to be "behind" the other ones -- i.e., when the two lines intersect, i want the most recently plotted line to be on top of the previously plotted lines. in general, this is true but it seems to be violated by plt.a