Re: [R] Not to draw the xaxis ticks in ggplot2

2008-05-11 Thread ronggui
Thanks. It is helpful. Best On Mon, May 12, 2008 at 4:34 AM, Paul Murrell <[EMAIL PROTECTED]> wrote: > Hi > > > ronggui wrote: >> Thanks,Hadley. >> >> Another question is how can I know there is a grob path called >> "xaxis::ticks"? Is there any easy way to figure out? > > > grid.ls() ? > > Paul

Re: [R] Not to draw the xaxis ticks in ggplot2

2008-05-11 Thread Paul Murrell
Hi ronggui wrote: > Thanks,Hadley. > > Another question is how can I know there is a grob path called > "xaxis::ticks"? Is there any easy way to figure out? grid.ls() ? Paul > Thanks in advance. > > On Wed, May 7, 2008 at 10:06 PM, hadley wickham <[EMAIL PROTECTED]> wrote: >> On Tue, May

Re: [R] Not to draw the xaxis ticks in ggplot2

2008-05-09 Thread ronggui
Thanks,Hadley. Another question is how can I know there is a grob path called "xaxis::ticks"? Is there any easy way to figure out? Thanks in advance. On Wed, May 7, 2008 at 10:06 PM, hadley wickham <[EMAIL PROTECTED]> wrote: > On Tue, May 6, 2008 at 11:44 PM, ronggui <[EMAIL PROTECTED]> wrote: >

Re: [R] Not to draw the xaxis ticks in ggplot2

2008-05-07 Thread hadley wickham
On Tue, May 6, 2008 at 11:44 PM, ronggui <[EMAIL PROTECTED]> 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 pur

[R] Not to draw the xaxis ticks in ggplot2

2008-05-06 Thread ronggui
>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