Skip to content

ggplot2: ... seem to be overwriting each other

1 message · 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: