MatLab how to draw multiple bar graphs to the same plot -


this question has answer here:

what have set of data want display bar graph. data 1 piece of main data set compared average of entire set 3 different categories. basically, want 6 different bar graphs superimposed onto same axis, 3 user selected one, , additional 3 averages of entire data set. can single graph fine, there command put graphs on same axis spaced out appropriately?

you join vectors vertically , use bar3.

edit: can transparency in bar3 alpha(.5)

below quarter view... can make head on has "superimposed" effect want.

bar3


Comments