[Scilab-users] vatying color along a curve

Stanislav krotersv at gmail.com
Fri Mar 1 15:23:48 CET 2013


Hi.
About colors see help color_list.
You can set your own color with help of name2rgb or provide color directly:

plot(cos(1:100),"foreground",name2rgb('green')/255); 

or

plot(cos(1:100),"foreground",[0.8 0.75 0.75]); // I don't know the name of
this color

Stanislav



--
View this message in context: http://mailinglists.scilab.org/Scilab-users-Format-legends-of-a-graph-as-a-2D-table-tp4025997p4026110.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list