SetTitleOffset for histogram titles

Hello, I have a canvas divided in 9 and i have 9 histograms to put inside. I’m having some issues in drawing some titles because they hit the pads with histograms inside. Is there a way to an offset? Possibly without moving the pads so that all the 9 histogram pads remain aligned.
Thanks for the help!

Hi @gorsedh,
thanks for reaching out!
I add in the loop @couet as I think he may help.

Cheers,
Monica

Also, you may want to take a look at this old post

gStyle->SetTitleY(...);

This somewhat does the trick but now i’m hitting the top boarder and superscripts get cut away


I would like avoiding resizing the title, they may become too small for my purposes. Any idea?

Instead of moving title, you can change:

gStyle->SetPadTopMargin(0.15);