using Plots N = 1000 x = rand(N) y = rand(N).*x scatter(x,y