fine bar graph formatting

David Chèze david.cheze at cea.fr
Wed Feb 29 14:57:55 CET 2012


Hello,

i would like to draw a bar graph of 'stacked' style of multiple datasets,
controlling the colors of each stacked bar in the graph and i'm presently
failing to do control the color (i can only control the color for the whole
bars): thanks for your tips.

here 's part of my code:

y=[ya 1-ya;ym 1-ym;ys 1-ys;yd 1-yd];
//graphe cumul : production 
//formattage
bar(y,0.5,'stacked');
xtitle('production');
a=gca();
a.x_ticks.labels=["an";"mois";"sem";"veille"];

David

--
View this message in context: http://mailinglists.scilab.org/fine-bar-graph-formatting-tp3787340p3787340.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list