I have a set of data that looks like this:
col1 col2 col3 col4 cr
84 88.242 9.833 4.194 A
94 107.571 10.917 3.708 B
188 240.288 16.917 6.333 A
245 371.005 22.333 10.389 A
114 131.599 9.167 4.25 A
71 100.751 8.167 3 B
118 138.543 11.167 4.278 A
162 203.435 14.667 6.444 B
123 152.032 12.167 4.639 B
115 126.945 11.667 5.056 A
125 134.178 10 4.639 B
119 138.926 9.5 4.222 A
106 129.19 9.833 3.833 A
146 162.319 9.833 4.118 A
I've tried plotting the data using simple barplot command but its not giving the graph I actually want. I am looking to generate a plot of lets say 10 bars for each column (each bar would represent a range, for example 0-20, 20-40 and so on), having the X axis as the column values, the Y axis as % frequency (of A and B). A and B stacked in different colors (please note that the height of the bars has to be the same, since the Y axis is the % frequency).
This is what I am looking to generate

1 bar per column... any idea what command i should use for this.
(please ignore the axes names in the photo, it is just a photo i found on google, representing what i need)
Thanks,



