Opening another display window in ROOT? February 4, 2010ROOT chatElim Does anyone know the statement to open new windows in ROOT when I plot another plots? Thanks, ElimĀ =)
Never mind, I figured that out… Just select “New Canvas” from the File of the existing canvas. A new canvas with a name “c1_n2” is created… Log in to Reply
Is it possible to open just a blank canvas straightaway? I could not find anything about this. Log in to Reply
Try: TCanvas *c1 = new TCanvas(“c”, “c”); I think there are options to set the window’s sizes… maybe check it in Ref guide in root.cern.ch.. Log in to Reply
Never mind, I figured that out…
Just select “New Canvas” from the File of the existing canvas.
A new canvas with a name “c1_n2” is created…
Is it possible to open just a blank canvas straightaway? I could not find anything about this.
Try: TCanvas *c1 = new TCanvas(“c”, “c”);
I think there are options to set the window’s sizes…
maybe check it in Ref guide in root.cern.ch..