We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffce7dd commit 01052a7Copy full SHA for 01052a7
hist/hist/src/TAxis.cxx
@@ -1379,7 +1379,7 @@ void TAxis::AutoZoom()
1379
hobj1->GetRangeOfFilledWeights(dim, first, last, false);
1380
SetRange(first, last);
1381
}
1382
- if (first == -1 && last == -1) {
+ if (first == -1 && last == -1) { // This only happens if parent histogram was missing, or if it was called "hframe"
1383
// Must autozoom all histograms in the pad
1384
Double_t globalMin = DBL_MAX;
1385
Double_t globalMax = DBL_MIN;
0 commit comments