Hello,

I'd like to sitch to a monochrome/bw color-palette for the filling of 
geom_bar-bars (produced via "qplot" as in the example below). Hours of 
googling didn't yield anything useful, so I thought, I'd just ask ...

Thanks, Joh

library(ggplot2)
qplot(factor(cyl), data=mtcars, geom="bar", fill=factor(cyl))

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to