ROOT axis titles cropped by canvas

I’m having some difficulty with histogram axis titles - they are almost always clipped by the edge of the canvas and I haven’t found a way to fix it. I’ve tried TStyle::SetPadBottomMargin() and modifying the canvas size, but neither have had any effect.

I am using THStack if that makes any difference.

Advice welcome.

2022-03-10-163629_262x71_screenshot

Maybe @couet can help once he’s back next week

   c1->SetBottomMargin(...);

where c1 is your canvas.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.