Skip to content

Commit 5666181

Browse files
committed
fix: faster (threaded) plotting
Signed-off-by: Henry Schreiner <[email protected]>
1 parent debd666 commit 5666181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uproot_browser/plot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def plot_branch(
7171
plt.bar(
7272
histogram.axes[0].centers,
7373
histogram.values().astype(float),
74-
width=histogram.axes[0].widths,
7574
)
7675
plt.ylim(lower=0)
7776
plt.xticks(np.linspace(histogram.axes[0][0][0], histogram.axes[0][-1][-1], 5))

0 commit comments

Comments
 (0)