powered by
bpy.colors(n)
bpy.colors(10) p <- expand.grid(x=1:30,y=1:30) p$z <- p$x + p$y image(p, col = bpy.colors(100))
Run the code above in your browser using DataLab