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:
12h = ROOT.TH1I("h1",
"h1", 100, -5, 5)
13h.FillRandom(
"gaus", 10000)
16# block here until space is pressed
19# continues after <space> is pressed
20c.SaveAs(
"canvas.root")
void Update() override
Update canvas pad buffers.