Commit 5f446ee
authored
Fixed typo in _constrained_layout.py (matplotlib#20782)
In https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/_constrained_layout.py#L304
if fig._supylabel is not None and fig._supxlabel.get_in_layout(): should be
if fig._supylabel is not None and fig._supylabel.get_in_layout():1 parent a0e93a3 commit 5f446ee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments