Skip to content

Allow batch mode (gROOT::SetBatch) to be changed from true to false in middle of session #18900

Open
@will-cern

Description

@will-cern

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions