Bar graph grouped bar property
Ältere Kommentare anzeigen
I'm trying to plot several data series in a bar graph, and group the bars. However, when I use the below code, the bars are overlapped and not grouped.
for i=1:5
h(i)=bar(0:10,histc(data{i},0:10),'grouped');
set('MarkerEdgeColor,color{i},'MarkerFaceColor',color{i})
end
2 Kommentare
Walter Roberson
am 12 Mär. 2013
Are the data{i} all the same shape? What is size(data) ?
Jared
am 12 Mär. 2013
Antworten (0)
Kategorien
Mehr zu Bar Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!