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.
1 parent 9531122 commit 3d08405Copy full SHA for 3d08405
histogrammar/primitives/bin.py
@@ -172,7 +172,7 @@ def ascii(self):
172
ranges[i] = "[" + str(self.range(i))[1:]
173
i += 1
174
175
- printedValues = ["{0:<.2g}".format(v) for v in values]
+ printedValues = ["{0:<.4g}".format(v) for v in values]
176
printedValuesWidth = max(len(x) for x in printedValues)
177
formatter = "{0:<14} {1:<%s} {2:<65}" % printedValuesWidth
178
0 commit comments