Hi,
Please check this:
// START OF CODE
clf();
x = 0:0.1:2*%pi;
y = sin(x);
em = rand(y)/10;
ep = rand(y)/7;
dx = (max(x)-min(x))/200; // T width
xvp = [x - dx; x + dx];
yvp = [y+ep; y+ep];
yvm = [y-em; y-em];
plot(x,y)
errbar(x, y, em, ep);
xsegs(xvp,yvp)
xsegs(xvp,yvm)
// END OF CODE
Regards,
Awesome - thanks Christophe! :-)
If anyone knows how I can add some T-stops to the errorbars please let me
know.
Perhaps there is an atoms package that takes care of this? Without the
vertical bars on either side of the error bars - the graph looks kind of
weird to me.
--
View this message in co
Oups, too fast:
> De : Dang Ngoc Chan, Christophe
> Envoyé : vendredi 16 décembre 2016 15:46
>
> For the mark_style and segs_color, see
Better have a look at
https://help.scilab.org/docs/6.0.0/en_US/segs_properties.html
to change the colour, you can use something like
newcolour = 5; // or what
Hello,
> De : christophk
> Envoyé : vendredi 16 décembre 2016 15:25
>
> how do I change the appearance of error bars that are created with the
> errbar() command?
--> errbar()
--> h=gce()
h =
Handle of type "Segs" with properties:
==
parent: Axes
children:
So my question is simple,
how do I change the appearance of error bars that are created with the
errbar() command?
I want to access its line thickness, its line color and most of all I want
to add horizontal lines to the upper and lower end of the error bars to mark
their end.
I did not see that
Dear,
The answer interests me
Sincerely
Pierre
De : users [mailto:users-boun...@lists.scilab.org] De la part de Samuel Gougeon
Envoyé : jeudi 15 décembre 2016 22:15
À : International users mailing list for Scilab.
Objet : [Scilab-users] toolbox_skeleton.iss
Hello,
The SCI/contrib/toolb