Axis Ytitle is partially hidden

Hi,

I have TCanvas that is divided into 2 pads: left and right. Each pad has 1 histogram drawn. I am trying to change the size of the title of the right histogram and it get’s truncated from “title top” or left: cl.ly/9IqW

How can the distance between histograms be reduced (the white space on the screenshot), so that title stays visible?

I use ROOT v5.30

Sincerely, Samvel.

set the pad left margin; gPad->SetLeftMargin(0.15)

Rene

Thank you, Brun. It worked fine.