Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 493ff4b

Browse files
committed
TST: Remove an extra space in test_hist_stacked_bar
1 parent e544270 commit 493ff4b

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
@@ -4842,7 +4842,7 @@ def test_hist_stacked_bar():
48424842
colors = [(0.5759849696758961, 1.0, 0.0), (0.0, 1.0, 0.350624650815206),
48434843
(0.0, 1.0, 0.6549834156005998), (0.0, 0.6569064625276622, 1.0),
48444844
(0.28302699607823545, 0.0, 1.0), (0.6849123462299822, 0.0, 1.0)]
4845-
labels = ['green', 'orange', ' yellow', 'magenta', 'black']
4845+
labels = ['green', 'orange', 'yellow', 'magenta', 'black']
48464846
fig, ax = plt.subplots()
48474847
ax.hist(d, bins=10, histtype='barstacked', align='mid', color=colors,
48484848
label=labels)

0 commit comments

Comments
 (0)