We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11773c7 + 0f7cddd commit c219764Copy full SHA for c219764
histogrammar/plot/root.py
@@ -189,7 +189,7 @@ class StackedHistogramMethods(object):
189
def plotroot(self, *names):
190
import ROOT
191
out = OrderedDict()
192
- for n, (c, v) in zip(names, self.cuts):
+ for n, (c, v) in zip(names, self.thresholds):
193
if isinstance(n, (list, tuple)) and len(n) == 2:
194
name, title = n
195
else:
@@ -211,7 +211,7 @@ class PartitionedHistogramMethods(object):
211
212
213
214
215
216
217
0 commit comments