by default in roofit empty bins are plotted with markers and error bands (ie like when in root one plots with the E0 option). is there a way to turn this feature off and have “empty” empty bins?
i’ve seen this question posted several times, but failed to find an easy solution.
Roofit has its own way of managing options. Saving your plot to a .C file I saw that the error bars are not produced using an histogram. Therefore the E0 you are looking for option is not active.
They are produced using a TGraphAsymError.
The error drawing options https://root.cern.ch/doc/master/classTGraphPainter.html#GP03 for graphs do not have that possibility. Which, if you think in term of graph, is normal.