using AbstractPlotting scene = Scene() lines!(scene, rand(10), linewidth=3.0, color=:blue) lines!(scene, rand(10), linewidth=3.0, color=:red) lines!(scene, rand(10), linewidth=3.0, color=:green) lines!(scene, rand(10), linewidth=3.0, color=:purple) lines!(scene, rand(10), linewidth=3.0, color=:orange)