search for: ageincgraph

Displaying 1 result from an estimated 1 matches for "ageincgraph".

2010 Sep 20
1
ggplot2 - bar colour
Hi All, I have trying to do what I thought was a reasonably simple graph but I think I'm now going in circles with the colour. Attached is a picture of where I'm up to. The line creating this is: qplot(ageincgraph$age, ageincgraph$rate, position="dodge", stat="identity", geom="bar" ) + aes( colour=ageincgraph$era) + scale_colour_manual(values=c("red","orange","yellow")) Data is: > ageincgraph era rate age 1 1995-1999 21.97 <6 2 1...