# | Line 13 | Line 13 | from OSUT3Analysis.Configuration.process | |
---|---|---|
13 | ||
14 | ||
15 | ||
16 | – | |
16 | ##set default plotting options | |
17 | line_width = 2 | |
18 | plotting_options = "" | |
# | Line 131 | Line 130 | counter = 0 | |
130 | for Histogram in Histograms: | |
131 | if counter is 0: | |
132 | Histogram.SetMaximum(1.1*finalMax) | |
133 | < | Histogram.SetMinimum(0) |
133 | > | Histogram.SetMinimum(0.1) |
134 | Histogram.Draw(plotting_options) | |
135 | ||
136 | else: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |