linewidth



using AbstractPlotting

scene = Scene()
lines!(scene, randn(20), linewidth = 8)
lines!(scene, rand(20), linewidth = 4)