# Example 1 from the scatterplot3d package (cf.) z <- seq(-10, 10, 0.1) x <- cos(z) y <- sin(z) scatterplot3js(x,y,z, color=rainbow(length(z)))