Re: [R] grid.edit() for ggplot2

2009-06-02 Thread baptiste auguie
Perfect, thank you! Thanks also to Gabor G. for the links. baptiste On 2 Jun 2009, at 01:30, Paul Murrell wrote: Hi baptiste auguie wrote: Dear all, I'm trying to access and modify grobs in a ggplot2 plot. The basic idea for raw Grid objects I understand from Paul Murrell's R graphics

Re: [R] grid.edit() for ggplot2

2009-06-01 Thread Paul Murrell
Hi baptiste auguie wrote: Dear all, I'm trying to access and modify grobs in a ggplot2 plot. The basic idea for raw Grid objects I understand from Paul Murrell's R graphics book, or this page of examples, http://www.stat.auckland.ac.nz/~paul/grid/copygrob/copygrobs.R However I can't figu

Re: [R] grid.edit() for ggplot2

2009-05-31 Thread Gabor Grothendieck
If you enter the code in this post first: https://stat.ethz.ch/pipermail/r-help/2009-May/198791.html then this post shows an example of how to do it with lattice: https://stat.ethz.ch/pipermail/r-help/2009-May/199146.html but I think there is a bug in grid since similar code does not seem to work

[R] grid.edit() for ggplot2

2009-05-31 Thread baptiste auguie
Dear all, I'm trying to access and modify grobs in a ggplot2 plot. The basic idea for raw Grid objects I understand from Paul Murrell's R graphics book, or this page of examples, http://www.stat.auckland.ac.nz/~paul/grid/copygrob/copygrobs.R However I can't figure out how to apply this to