Re: [Matplotlib-users] Errorbar stays behind data

2011-04-11 Thread Martin Sparre
h zorder=2, and voila you > got what you want. > > Regards, > > Sebastian > > > On Mon, 2011-04-11 at 14:49 +0200, Martin Sparre wrote: >> Dear Matplotlib-users, >> >> I am trying to plot some data as well as an errorbar. The problem is >> t

[Matplotlib-users] Errorbar stays behind data

2011-04-11 Thread Martin Sparre
Dear Matplotlib-users, I am trying to plot some data as well as an errorbar. The problem is that the errorbar stays behind the data even though plt.errorbar(...) comes after plt.plot() in my code. Here is a simple code that produces the problem: http://dark-cosmology.dk/~sparre/example.py An