change the color of bar

*I want to assign a secific color to each column ('r','g' and 'b'). I also want to show the bars as grouped. Any suggestion please? *
y=rand(9,3)
bar(y)

Réponses (1)

Grzegorz Knor
Grzegorz Knor le 30 Déc 2011

0 votes

2 commentaires

Hassan
Hassan le 30 Déc 2011
thanks for the comment. i forgot to mention i want the bars as grouped.
Hassan
Hassan le 30 Déc 2011
bar(y(:,1),'r')
hold on
bar(y(:,2),'g')
hold on
bar(y(:,3),'b')

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Tags

Question posée :

le 30 Déc 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by