Re: [Matplotlib-users] Inconsistent marker/line zorder in errorbar legend

2011-12-07 Thread Jae-Joon Lee
I just pushed a change that I believe fixes this problem https://github.com/matplotlib/matplotlib/commit/96caca8dd48d08e3106337ecdeae82fa0236b86b Required change is very minor, so you may apply the patch by yourself. If you need a workaround, let me know. Regards, -JJ On Tue, Dec 6, 2011 at

Re: [Matplotlib-users] Inconsistent marker/line zorder in errorbar legend

2011-12-07 Thread Adrian Del Maestro
Thank you very much! I was trying to do something like this in legend_handler.py but this is such a simple fix! Best, Adrian. On Wed, Dec 7, 2011 at 9:11 AM, Jae-Joon Lee lee.j.j...@gmail.com wrote: I just pushed a change that I believe fixes this problem

[Matplotlib-users] Inconsistent marker/line zorder in errorbar legend

2011-12-06 Thread Adrian Del Maestro
Hello, I have run across an inconsistency in the zorder of markers and lines in the legend for an errorbar as opposed to a plot in matplotlib v1.1.0. After some considerable amount of time reading legend_handler.py and the information at http://matplotlib.sourceforge.net/users/legend_guide.html