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!


