You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 setROOT.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
The text was updated successfully, but these errors were encountered: