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

2011-12-07 Thread Adrian Del Maestro
/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 11:46 AM, Adrian Del Maestro agde...@gmail.com wrote: Hello, I have run across

[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