plot(rnorm(20),col='black')
# create a red blue colour gradient for plotting
mycol <- ch_col_gradient(rnorm(20), colsteps = 100)
# plot more random points in transparent blue colour
points(rnorm(20), col = mycol)
Run the code above in your browser using DataLab