Messes legend if you use different markers and legend. Try this example and you'll know what I mean:
errorbar_x(22, 20, 2.74, 'o')
hold on;
errorbar_x(21, 26, 2.63, 'p')
legend('test1', 'test2')
3
26 Apr 2010
errorbar_x
Modified M-File for plotting error bars in x-direction.
Comment only