Skip to content
Prev 187478 / 398498 Next

Question on qplot

I have following code on "qplot" :

library(ggplot2)
ggplot() + geom_histogram(aes(x=rnorm(100), fill=..count..), xlab="",
ylab="")

However above code doesnot seem to remove the xlab & ylab. What is the
correct code? I also want to remove the color-palate in the right side. Is
there any way to do that?

Thanks