Skip to content

Commit fa32564

Browse files
committed
TST: make CL test 11 wider.
1 parent 660419d commit fa32564

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Loading

lib/matplotlib/tests/test_constrainedlayout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_constrained_layout10():
176176
@image_comparison(['constrained_layout11.png'])
177177
def test_constrained_layout11():
178178
"""Test for multiple nested gridspecs"""
179-
fig = plt.figure(constrained_layout=True, figsize=(10, 3))
179+
fig = plt.figure(constrained_layout=True, figsize=(13, 3))
180180
gs0 = gridspec.GridSpec(1, 2, figure=fig)
181181
gsl = gridspec.GridSpecFromSubplotSpec(1, 2, gs0[0])
182182
gsl0 = gridspec.GridSpecFromSubplotSpec(2, 2, gsl[1])

0 commit comments

Comments
 (0)