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

Skip to content

Commit b69d32d

Browse files
committed
Fixed test?
1 parent f40547d commit b69d32d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4605,7 +4605,9 @@ def test_hist_stacked_bar():
46054605

46064606
@pytest.mark.parametrize('histtype, fill', [('bar', False), ('bar', True),
46074607
('step', False), ('step', True)])
4608-
@image_comparison(['hist_vectorized_params'], extensions=["png"], remove_text=True)
4608+
@image_comparison(['hist_vectorized_params1', 'hist_vectorized_params2',
4609+
'hist_vectorized_params3', 'hist_vectorized_params4'],
4610+
extensions=["png"], remove_text=True)
46094611
def test_hist_vectorized_params(histtype, fill):
46104612
fig, axs = plt.subplots(2, 3, figsize=(8, 6))
46114613
fig.delaxes(axs[1, 1])

0 commit comments

Comments
 (0)