To turn off messages like:
Info in <TCanvas::Print>: png file my_plot.png has been created
add in:
gErrorIgnoreLevel = kWarningor for PyROOT (assuming you have import ROOT):
ROOT.gErrorIgnoreLevel = ROOT.kWarningReferences:
To turn off messages like:
Info in <TCanvas::Print>: png file my_plot.png has been created
add in:
gErrorIgnoreLevel = kWarningor for PyROOT (assuming you have import ROOT):
ROOT.gErrorIgnoreLevel = ROOT.kWarningReferences: