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