8000 Fix · matplotlib/matplotlib@5bbacd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bbacd8

Browse files
committed
Fix
1 parent 12817ad commit 5bbacd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@ def bar(self, *args, **kwargs):
22182218
if yerr is not None:
22192219
yerr = self.convert_yunits(yerr)
22202220

2221-
x, height, width, y, ll = np.broadcast_arrays(
2221+
x, height, width, y, linewidth = np.broadcast_arrays(
22222222
# Make args iterable too.
22232223
np.atleast_1d(x), height, width, y, linewidth)
22242224

0 commit comments

Comments
 (0)
0