I am generating a histogram and I would like to color certain groups with specific colors. Here is my histogram:
I have 14 groups and I would like to color the first 7 red, the next 4 blue, and the final 3 orange. How can I do this in ggplot? Thanks.
UPDATED VERSION
No need to specify grouping column,
ggplot
command is much more compact.OLD VERSION