attributes



using AbstractPlotting

scene = Scene()
lines!(scene, rand(10), color = to_colormap(:viridis, 10), linewidth = 5)
lines!(scene, rand(20), color = :red, alpha = 0.5)