multi bar labeling plot
Mostrar comentarios más antiguos
Respuesta aceptada
Más respuestas (2)
Sulaymon Eshkabilov
el 16 de Mayo de 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 comentario
Ali Ali
el 17 de Mayo de 2019
Sergio Yanez-Pagans
el 21 de Ag. de 2021
0 votos
1 comentario
Adam Danz
el 21 de Ag. de 2021
Cool function, but how does that address the question of how to label the bar groups?
Categorías
Más información sobre Axis Labels en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


