Displaying LEAF to new Canvas, Dividing Canvas

Hi all,

I am trying to get a premade histogram, that is saved as a branch, to display onto a new Canvas. I am looking for the command that will do this.
Something like: Canvas1->print(“branchname”)

I am also having trouble diving the canvas say, into two parts, and displaying two branch histograms on each side. I do: Canvas1->Divide(2,2)
The canvases and histograms are layered and not spaced neatly into corners.

Thanks!

_ROOT Version: v6_20.00
_Platform: Ubuntu/Linux

Can you post a small macro reproducing your problem ?

1 Like