library(ggplot2)
m <- ggplot(movies, aes(x=rating))
m + geom_histogram() 

Now in x-axis instead of numbers like 2,4,6,8,10..., I want to write like
2%,4%,6%,8%,10%...

Is there any way to do that through GGPLOT ? Your help will be highly
appreciated.

Thanks,
-- 
View this message in context: 
http://n4.nabble.com/A-GGPLOT-ploting-question-tp954281p954281.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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