Open
Description
Feature description
Hello,
I have noticed that if I start a python session in batch mode (ROOT.gROOT.SetBatch(True)
) and run some lines that would draw some things to a canvas, if I subsequently set ROOT.gROOT.SetBatch(False)
in the same session, I am unable to visualize new canvases.
Is there a way to switch between batch mode in the same session? It would be great if this was supported!
Thanks
Will
Alternatives considered
No response
Additional context
No response