multi bar labeling plot
Afficher commentaires plus anciens
Réponse acceptée
Plus de réponses (2)
Sulaymon Eshkabilov
le 16 Mai 2019
Hi Ali,
Here is a simple solution to your problem:
A= randi([15, 25], 13, 3); % Insert your data here
H = bar(A); shg
H(1).FaceColor='g';
H(2).FaceColor='r';
H(3).FaceColor='b';
Good luck.
1 commentaire
Ali Ali
le 17 Mai 2019
Sergio Yanez-Pagans
le 21 Août 2021
0 votes
1 commentaire
Adam Danz
le 21 Août 2021
Cool function, but how does that address the question of how to label the bar groups?
Catégories
En savoir plus sur Axis Labels dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


