Re: [Matplotlib-users] legend with errorbar() problem

2009-03-31 Thread Jae-Joon Lee
Hi, Unfortunately, the current legend frame work does not support errorbars. And I don't think implementing this is easy. The thing is that errorbar creates multiple artists instead of single one. The best workaround I can think of is to make the legend only with markers (and lines if you want),

[Matplotlib-users] legend with errorbar() problem

2009-03-31 Thread Wendell Cropper
Hi, This script will not show the correct symbol in the legend for any errorbar plots after the first one. The actual plots do show the correct symbols. I am using the Enthought Python distribution 2.52001 for windows. I believe that Matplotlib 0.91 is the included version. The code is as follows