Open gsato-git opened 1 month ago
I want to move the title of colorbar to the right, not the bottom. I can't figure out how to do it.
One way is to use the text functionality in matplotlib. A bit more advanced, as it needs exact coordinates in figure units:
https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.text.html
I want to move the title of colorbar to the right, not the bottom. I can't figure out how to do it.