ROOT.gStyle.SetLabelSize not honored for the Y-axis

hello,
in the attached template, gStyle.SetLabelSize(0.07) is honored for the X-axis, but not for the Y-axis. Bug or feature?

thanks
Johann
testMargin.py (1.87 KB)

gStyle.SetLabelSize(0.07,“y”);

see documentation:
root.cern.ch/root/htmldoc/TStyle … tLabelSize

Rene

hello,
thanks (with quite some delay!), Rene. When I add ROOT.gStyle.SetLabelSize(0.07,“xy”), it seems that the labels of the bottom left panel (where both X and Y axes are labelled) are larger, and euqle in size for both x and y. Now I understand that 0.07 above is in percentage of the pad height, according to url you wrote, and it seems that the bottom pads are narrower that the 4 pads above them, so I would have expected smaller fonts if anything…