Changing default Labelsize

Hello everyone

I want to change Label-size of histogram by default.
Maybe, I can change histogram label size by typing like “hist->GetXaxis()->SetLabelSize(0.07)”.

But, I want to change this by default.
Can I change this by editing .rootrc?

Please help.

gStyle->SetLabelSize(0.07, "X"); // before creating any histogram

1 Like

Thanks Wile_E Coyote!
I appreciate you.

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