{ gStyle->SetStatFont(133); gStyle->SetStatFontSize(22); h = new TH1F("h", "h", 10, 1, 11); h->Fill(3); h->Draw(); }