Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-08 Thread Dang Ngoc Chan, Christophe
Hello Samuel, > De : Samuel Enibe > Envoyé : lundi 6 mars 2023 18:53 > > I need to attach an arrow to a line pointing from (x1, y1) to (x2, y2). > > How can this be done? I think xarrows() is made for you: https://help.scilab.org/docs/6.1.1/en_US/xarrows.html kind regards -- Christophe Dang

Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-07 Thread Samuel Enibe
Thank you very much for the suggestions. I tried both the xarrows function and polyline_style properties as suggested and both of them worked. For my particular application, the polyline_sylte was more convenient. I am very grateful for the quick responses. Samuel Ogbonna Enibe Department of

Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Stéphane Mottelet
Hello Guys, If you have time you could have this discussion on discourse.scilab.utc.fr, which is a *much* better place, where you have many formatting options, easy graphics inclusion, and so on. S. Le 06/03/2023 à 21:57, Heinz Nabielek a écrit : A simple demo: yy=0.01; x1=[580 56];

Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Heinz Nabielek
A simple demo: yy=0.01; x1=[580 56]; x2=[yy yy]; xarrows(x1,x2,555,6); Heinz This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If you are not one of the named recipients or have

Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Samuel Gougeon
Hello, Do you mean that the arrow links (x1,y1) to (x2,y2), or that you draw a segment from (x1,y1) to (x2,y2) and then plug an arrow starting on it (where (x3,y3)?) and going outside (where (x4,y4)?) ? Le 06/03/2023 à 18:53, Samuel Enibe a écrit : I need to attach an arrow to a line pointing

[Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Samuel Enibe
I need to attach an arrow to a line pointing from (x1, y1) to (x2, y2). How can this be done? Your assistance will be greatly appreciated. Samuel Enibe This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential