multi bar labeling plot
显示 更早的评论
采纳的回答
更多回答(2 个)
Sulaymon Eshkabilov
2019-5-16
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
2021-8-21
0 个投票
1 个评论
Adam Danz
2021-8-21
Cool function, but how does that address the question of how to label the bar groups?
类别
在 帮助中心 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


