Skip to content

Commit 1995100

Browse files
committed
TST: Remove an extra space in test_hist_stacked_bar
1 parent 78a8146 commit 1995100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4850,7 +4850,7 @@ def test_hist_stacked_bar():
48504850
colors = [(0.5759849696758961, 1.0, 0.0), (0.0, 1.0, 0.350624650815206),
48514851
(0.0, 1.0, 0.6549834156005998), (0.0, 0.6569064625276622, 1.0),
48524852
(0.28302699607823545, 0.0, 1.0), (0.6849123462299822, 0.0, 1.0)]
4853-
labels = ['green', 'orange', ' yellow', 'magenta', 'black']
4853+
labels = ['green', 'orange', 'yellow', 'magenta', 'black']
48544854
fig, ax = plt.subplots()
48554855
ax.hist(d, bins=10, histtype='barstacked', align='mid', color=colors,
48564856
label=labels)

0 commit comments

Comments
 (0)