3Functionality of
TCanvas::Update() method was extended to support interactive
4graphics in the python scripts. If extra block parameter is True, script execution
5will be suspended until <space> key pressed by user. Simple example:
11h = ROOT.TH1I("h1",
"h1", 100, -5, 5)
12h.FillRandom(
"gaus", 10000)
15# block here until space is pressed
18# continues after <space> is pressed
19c.SaveAs(
"canvas.root")
void Update() override
Update canvas pad buffers.