plot
2016-09-08 | 日常
x <- rnorm(10000)
y <- rnorm(10000)*0.9
plot(x,y,pch=20,col = "#30303020")
plot(x,y,pch=20,col = "#ff990020",cex=0.5)
y <- rnorm(10000)*0.9
plot(x,y,pch=20,col = "#30303020")
plot(x,y,pch=20,col = "#ff990020",cex=0.5)