I would appreciate if you could let me know how to plot colorbar on the bottom of the heatmap plot. I read this post but since I am plotting a big heamap when I use the first answer i.e., cbar_kws = dict(use_gridspec=False,location="bottom")
, the result is as provided here.
Also, if the third answer is applied i.e., cbar_kws = {'orientation':'horizontal'}
, the result is as provided here.
My heatmap plot with colorbar on the right is here. I just want to change it's position, so it's length should be unchanged. The second answer increased it's length.
Thanks in advance.