Sorry my bad, example too simple
try that one out.

ggplot(diamonds, aes(clarity, fill=color,colour = cut)) + geom_bar(position = "dodge")

I want change the filling in the "colour" legend, not the filling of the bars.

Regards

Le 10/09/2010 20:41, Ista Zahn a écrit :
ggplot(diamonds, aes(clarity, colour = cut)) + geom_bar(fill="white")


______________________________________________
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