suggestion:
How about being able to set transparency of the error bars? That way when I plot horizontal errorbars I can set linewidth to 50 for example, and make the error bar stretch across the whole height, set transparency to 0.5 (so I can still see my data bars).
This is useful for showing std() fro
Really nice job!
Now I don't know where to read a changelog or anything but I had this problem that the legend wouldn't show the right colors for the line plots overlaid on the bar plot.
I just updated my errorb.m from here and it works now! Great job keeping this up to date.
Thank you.
Thanks, works nice, except that it adds legend entries for all the error bar lines. You should set
set(get(get(h,'Annotation'),'LegendInformation'),'IconDisplayStyle','off');
for all of the error bar plot handles.
Also, you should change the "All rights reserved" in the errorb.m comments to the BSD license.
Comment only