Eventually one way: With X11() you can open additional graphic devices. x <- rnorm(100) y <- x + runif(100) plot(x) X11() plot(x,y) Best, Matthias > > a simple question > > how does one produce plots on two different graphics devices? > > / > allan >