I have the following line which I use to add labels to my custom cbar but I don't know how to rotate these label
MyCustomBar.set_ticklabels(['< 50 \nand \ndecreasing', '< 50 \nand increasing \nor unchanged', '> 50 \nand decreasing \nor unchanged', '> 50 \nand \nincreasing'])
I tried using ,rotation = 45
but seems not exist for set_ticklabels