Re: [R] ggplot2: ... seem to be overwriting each other

2010-01-31 Thread Eric Fail
Hi Dennis (cc Lucien Lemmens and the r-help) Thank you for your help. I got help from Mr. Lucien Lemmens as well, and thanks to him to (again). The thing is, if, my working example, is run line by line, it overwrites ... or one thing overwrites the next. However both you and Lucien Lemmens

Re: [R] ggplot2: ... seem to be overwriting each other

2010-01-31 Thread Ray Brownrigg
While I have never used ggplot2, it looks to me like the minimal reproducible code that replicates your "problem" is: plot <- 1 plot + 2 plot + 3 HTH Ray Brownrigg On Mon, 01 Feb 2010, Eric Fail wrote: > Dear list > > A week ago Dennis Murphy helped me out by showing me some nice ggplot2 > tri

[R] ggplot2: ... seem to be overwriting each other

2010-01-31 Thread Eric Fail
Dear list A week ago Dennis Murphy helped me out by showing me some nice ggplot2 tricks . Now I got stuck in a new problem that I can't solve (I have ordered the ggplot2-book). My problem is that I can't add my spline (or geom_smooth) and at the same time control the grid (using scale_x_c