Displaying 1 result from an estimated 1 matches for "vehichl".
Did you mean:
vehicl
2011 Jun 06
2
qplot fill and colour not working as expected
...Y Label
Test", colour="blue")z<-c("van", "van", "van", "car", "car", "truck",
"truck", "truck", "truck", "van", "van")
qplot(z, main="Bar Graph Test", ylab="Vehichle Count", xlab="Vehicle
Category", fill="blue")
If I set fill=z, then I can get something different, i.e. three preselected
colors are used, but what if I want all three bars to just be blue instead
of the default?
I am having the same issue if I try to use colour. How do...