Hello everyone, when using pygmt to draw a colorbar, the vertical distance between the label and the colorbar is too small. I would like to increase the distance between them, but I haven’t found a way to do it. Could someone please help me with this? Thank you very much!
Here is my code:
fig.colorbar(
cmap=True,
position="JMR+w5c/0.5c+o0.7c/0c",
frame=[f"a295"]
)
fig.colorbar(
cmap=True,
position="JMR+w5c/0.5c+o0.7c/0c",
frame=[f"a255", "y+lLST(K)"]
)