Terrain à Julia

using Plots
x = 1:10; y = rand(10); # These are the plotting data
plot(x, y)
Elegant Earthworm