multi bar labeling plot
Show older comments
Accepted Answer
More Answers (2)
Sulaymon Eshkabilov
on 16 May 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.
Sergio Yanez-Pagans
on 21 Aug 2021
0 votes
1 Comment
Adam Danz
on 21 Aug 2021
Cool function, but how does that address the question of how to label the bar groups?
Categories
Find more on Axis Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

