I’m working with a data frame called “Koufax” (his lifetime pitching stats) in 
order to improve my ggplot2 skills.

I’ve worked with a variety of iterations of ken <- ggplot(koufax, aes(x = W, y 
= IPouts, color = SO)) + geom_bar(stat = "identity”)  but all the bars come up 
blue, even if I call... ken +   scale_fill_gradient(low = "red",high = 
"yellow”).

Has this happened to anyone?  I’m wondering if there’s a package that I need to 
load through a library call.

Ken
kmna...@gmail.com
914-450-0816 (tel)
347-730-4813 (fax)



______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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