From: J B on
Has anyone had any success when using the herrorbar function of plotting thin errorbars (i.e. linewidth = 1) yet with a thick line (i.e. linewidth =2) conecting plotted points?

Cheers
From: Pekka Kumpulainen on
"J B" <tbrowning700(a)hotmail.com> wrote in message <hqmjh3$5us$1(a)fred.mathworks.com>...
> Has anyone had any success when using the herrorbar function of plotting thin errorbars (i.e. linewidth = 1) yet with a thick line (i.e. linewidth =2) conecting plotted points?
>
> Cheers

I don't have a herrorbar function, but in case you mean errorbar..
errorbar returns the handle to the errorbarseries whose children are the line objects.
h = errorbar(......),
set(get(h,'Children'),{'LineWidth'},{2; 1})