Hello. I have a collections of TNtupleD.
The first one I draw like this:
tntuples[0]->Draw(“log10(y):x”,"","");
The rest I draw with the option same:
tntuples[i]->Draw(“log10(y):x”,"",“same”);
The y-axis is then adjusted to the first histogram. I would like to tell the y-axis to adjust itself so all data fits when I am finished with the drawing. Is this possible?
Thanks,
Joel