Change colorbar position and decimal points in the legend (Plots.jl with gr)

Please see this thread for a Plots.jl solution to control the number of digits in the colorbar.

On the other hand, a simple way to move the colorbar title away from the colorbar numbers is to add line breaks, e.g:

colorbar_title="\n\nlog10(SSE)"