Example of script showing how to divide a canvas into adjacent subpads + axis labels on the top and right side of the pads.
Original tutorial by Rene Brun.
import ROOT
h4 =
ROOT.TH2F(
"h4",
"test4",10,0,1,20,0,1000)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
- Author
- Alberto Ferro
Definition in file zones.py.