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

Skip to content

Commit 3eb5e91

Browse files
committed
extraneous print
1 parent 8c8369a commit 3eb5e91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/_constrained_layout.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def do_constrained_layout(fig, renderer, h_pad, w_pad,
176176

177177
# do layout for suptitle.
178178
suptitle = fig._suptitle
179-
print(suptitle)
180179
do_suptitle = (suptitle is not None and
181180
suptitle._layoutbox is not None and
182181
suptitle.get_in_layout())

0 commit comments

Comments
 (0)