GetYMax and GetYMin for TH2?

Hi all,

I am trying to get the the max and min value of the y axis in a TH2D. I have looked around the root documentation (the TH2, TH2*, TAxis pages…) and found nothing equivalent to the GetXaxis()->GetXmin() for the y axis. Any ideas from anyone?

Cheers
Jason

GetYaxis()->GetXmin()

Oh, thanks a lot :slight_smile: