Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to Plot Bar Chart with multiple datas
1 次查看(过去 30 天)
显示 更早的评论
Hello
I tried to plot multiple data
A Matrix =
[ 338240 721840 621840 22554 42554 14000
21744 46404 36404 14490 17490 90000 ]
need to plot a bar chart
A_Bar_handlel = axes('Parent',stf,'units','normalized');
A_Mat_graph = bar(A_Bar_handlel,A_Data,'grouped');
set(A_Bar_handlel,'XTickLabel','A11|A12|A16|A22|A26|A66|');
I expected bar chart to plot six set of data's but it shows only two set of bars. I could not find an example for this problem, I need a help.
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!