Open karuboniru opened 12 hours ago
@couet , was this fixed in master perhaps? I get:
Warning in <TAxis::TAxis::SetRange>: first < 0, 0 is used
Warning in <TAxis::TAxis::SetRange>: last > fNbins+1, fNbins+1 is used
So in master TAxis::SetRange
/SetRangeUser
no longer includes the overflow bin in the plot? This I think would be great as I have faced an issue where the overflow bin appears unexpectedly and thought this was a feature.
Check duplicate issues.
Description
ROOT produces strange result when plotting after setting excessive range via SetRange/SetRangeUser, namely the "bar" over X axis can overlap between different bins
Reproducer
It seems that ths issue is related to non-uniform bin width, maybe related to the code where the bar with of the overflow bin is determined.
ROOT version
This reproduces on many versions.
Installation method
Self built
Operating system
Linux Fedora 41
Additional context
No response