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.
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to