Consider with pyplot
heatmap(1:10, 1:10, rand(10,10);
cbar=:top,
cbar_title="TITLE",
colorbar_titlefontsize=40,
colorbar_titlefontcolor=:white)
resulting in
How can I make the title of the colorbar appear at the top instead at the bottom of the colorbar?