[Scilab-users] Question about RGB Colors

Dang, Christophe Christophe.Dang at sidel.com
Thu Oct 16 13:17:50 CEST 2014


Hello,

> De Tyrone Bigguns
> Envoyé : mercredi 15 octobre 2014 15:47
>
> xlabel('Zielkosten','color','blue','fontsize',3);
>
> and instead of "blue" i wanted to insert a RGB code

you should replace 'blue' by a number, e.g.

xlabel('Zielkosten','color',2,'fontsize',3);

then you can set that colour #2 with RGB values in a matrix, see

http://help.scilab.org/docs/5.5.1/en_US/colormap.html

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