Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855407b commit 8727205Copy full SHA for 8727205
lib/matplotlib/tests/test_tightlayout.py
@@ -94,6 +94,9 @@ def test_tight_layout5():
94
def test_tight_layout6():
95
'Test tight_layout for gridspec'
96
97
+ # This raises warnings since tight layout cannot
98
+ # do this fully automatically. But the test is
99
+ # correct since the layout is manually edited
100
with warnings.catch_warnings():
101
warnings.simplefilter("ignore", UserWarning)
102
fig = plt.figure()
0 commit comments