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

Skip to content

Commit c6d19ed

Browse files
committed
Removed figsize from test
1 parent 36e8a64 commit c6d19ed

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
@@ -4607,7 +4607,7 @@ def test_hist_stacked_bar():
46074607
('step', False), ('step', True)])
46084608
@image_comparison(['hist_vectorized_params'], extensions=["png"], remove_text=True)
46094609
def test_hist_vectorized_params(histtype, fill):
4610-
fig, (ax1, ax2, ax3, ax4, ax5) = plt.subplots(1, 5, figsize=(18, 5))
4610+
fig, (ax1, ax2, ax3, ax4, ax5) = plt.subplots(1, 5)
46114611

46124612
np.random.seed(19680801)
46134613
x = [np.random.randn(n) for n in [2000, 5000, 10000]]

0 commit comments

Comments
 (0)