Hi,
I would like to understand what the numbers SetAxisRange exactly mean? I know it is the minimum and maximum numbers to what the axis should have.
h1->SetAxisRange(0.5, 256.5);
h1->SetAxisRange(0., 256.);
I am working on someone else’s code and would like to know why they are using 0.5 more and not using the whole number (0, 256)? And in the second line why just have the decimal and not a number after it? How is it different than an integer?
Thanks, Dhruval
Please read tips for efficient and successful posting and posting code
ROOT Version: 6.20/04
Platform: MacOS
Compiler: Not Provided