Hi,
I am trying to plot a heatmap with a colorbar, but I want to hide the axis lines and tick numbers, and add labels on top and bottom of the colorbar.
I could achieve this,
heatmap(rand(10,10),color=:RdBu,colorbar_title="ColorBar")
but don’t know how to plot something like this
Can anyone help?