Break long label into several lines

Hi!

I have such a plot and I would like to know how can I split long label into several smaller lines

Naive approach (addding ‘\n’ into the label) doesn’t work.

Hi @tryptofanik,

use <br>

this should work

Alex-