Home
|
News
|
Documentation
|
Download
ROOT Forum
How to render graphics in a file, without displaying the image on the screen?
Howto
graphics
couet
March 9, 2018, 4:10pm
1
Run in batch mode:
root -b -q myscript.C
or in your program add:
gROOT->SetBatch();