let
fig = Figure()
xs = 1:10
ax, plt = scatter(fig[1, 1], xs, xs.^2)
Label(fig[0, 0], "Test")
display(fig)
end
There is also A LOT of detail on how to do this in the layout tutorial, where they go through, in complete detail on why and how, to make the following plot: