<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<small>Hello,<br>
How can I change the color of a string using Scilab5.3.2?<br>
For instance, I wish to plot two vectors using
plot2d(u,[a,b],style=[2,14]) and then write a<br>
label next to each curve with xstring(xa,ya,string_a), </small><small>xstring(xb,yb,string_b);
this works.<br>
Now, I would like to match the color of the text to that of the
curves. I tried xset("color",2)<br>
and xset("color",14); this changes the color of the axes (in an
unpredictable manner) but not <br>
that of the text.<br>
Thanks for your help<br>
<br>
<br>
</small><small> </small>
</body>
</html>