Move "Label" on top of the colorbar using Makie

You can’t move the label itself but you can do Label(fig[1, 2, Top()], "Label") with maybe some padding = (left, right, bottom, top)

3 Likes