Skip to content
Prev 170232 / 398503 Next

two scatter plots in one

liujb wrote:
Hi liujb,
How about this:

plot(x1,y1,xlim=range(c(x1,x2)),ylim=range(c(y1,y2)),col="red")
points(x2,y2,col="blue")


Jim