>library(ggplot2)
>(p<- qplot(mpg, wt, data=mtcars))
What I am doing is to set color of the ticks to hide them.
>grid.gedit(gPath("xaxis", "ticks"), gp=gpar(col="white"))

It should be a better way to achieve the purpose. Thanks.

______________________________________________
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