Infinite error bars on log-Y plot


ROOT Version: 6.32.04
Platform: WSL2 Ubuntu

Hello! How can I prevent ROOT from drawing infinity error bars when the errors are too big?


Let’s see what @couet suggests

Can you provide a small piece of code reproducing this effect ?

Hello. It seems the issue occurs only on log plots when the lower error is smaller than the y-value itself. Solved by either truncating error values to a threshold or plotting on a regular non-log plot. Thanks for the replies :slight_smile: