Info
This question is closed. Reopen it to edit or answer.
How to Plot Bar Chart with multiple datas
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!