No StatBoxes

C++
gStyle->SetOptStat(kFALSE);
python
from root import gStyle, kFALSE, kTRUE
 
gStyle.SetOptStat(kFALSE)