Makie: add title to plot

Just because this is a first result in a google search, I wish to point out that currently (09/04/2019) there is a title function:

using Makie

theplot = lines(randn(10))
sc = title(theplot,"Title")
7 Likes