# | Line 176 | Line 176 | class StackMaker: | |
---|---|---|
176 | allStack.GetXaxis().SetTitle('') | |
177 | yTitle = 'Entries' | |
178 | if not '/' in yTitle: | |
179 | < | yAppend = '%s' %(allStack.GetXaxis().GetBinWidth(1)) |
179 | > | yAppend = '%.2f' %(allStack.GetXaxis().GetBinWidth(1)) |
180 | yTitle = '%s / %s' %(yTitle, yAppend) | |
181 | allStack.GetYaxis().SetTitle(yTitle) | |
182 | allStack.GetXaxis().SetRangeUser(self.xMin,self.xMax) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |