# | Line 131 | Line 131 | counter = 0 | |
---|---|---|
131 | for Histogram in Histograms: | |
132 | if counter is 0: | |
133 | Histogram.SetMaximum(1.1*finalMax) | |
134 | < | Histogram.SetMaximum(0) |
134 | > | Histogram.SetMinimum(0) |
135 | Histogram.Draw(plotting_options) | |
136 | ||
137 | else: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |