[Scilab-users] Draw a figure in specific points
Dang, Christophe
Christophe.Dang at sidel.com
Wed Jun 11 16:53:18 CEST 2014
Hello,
> De Jeibros
> Envoyé : mercredi 11 juin 2014 16:30
>
> I would like to plot a cross made with two lines in specific points.
> [...]
> anybody knows about the most efficient way to programme this?
Not sure what you want exactly, but could
plot(xvalue, yvalue, "+")
do the trick?
Or maybe
xpoly([xvalue-hw ; xvalue+hw], [yvalue ; yvalue])
xpoly([xvalue ; xvalue], [yvalue-hw ; yvalue+hw])
beware that the half width hw might be different according to the scales.
HTH
--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
______________________________________________________________________
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
______________________________________________________________________
More information about the users
mailing list