Tutorial title

using Makie

 scene = lines(rand(10))

 sc_t = title(scene, "Random lines")

 sc_t