>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.
On Tue, May 6, 2008 at 11:44 PM, ronggui <ronggui.huang at gmail.com> wrote:> >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.Agreed. I've added it to my ggplot2 customisation to do list. Thanks, Hadley -- http://had.co.nz/