Skip to content

Commit a8c1675

Browse files
committed
TST: Remove an extra space in test_hist_stacked_bar
1 parent 72932f6 commit a8c1675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/matplotlib/tests/test_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4829,7 +4829,7 @@ def test_hist_stacked_bar():
48294829
colors = [(0.5759849696758961, 1.0, 0.0), (0.0, 1.0, 0.350624650815206),
48304830
(0.0, 1.0, 0.6549834156005998), (0.0, 0.6569064625276622, 1.0),
48314831
(0.28302699607823545, 0.0, 1.0), (0.6849123462299822, 0.0, 1.0)]
4832-
labels = ['green', 'orange', ' yellow', 'magenta', 'black']
4832+
labels = ['green', 'orange', 'yellow', 'magenta', 'black']
48334833
fig, ax = plt.subplots()
48344834
ax.hist(d, bins=10, histtype='barstacked', align='mid', color=colors,
48354835
label=labels)

0 commit comments

Comments
 (0)