Line Function



using AbstractPlotting

scene = Scene()
x = range(0, stop = 3pi)
lines!(scene, x, sin.(x))
lines!(scene, x, cos.(x), color = :blue)