Skip to content

Commit b4bd9d7

Browse files
committed
FIX tests
1 parent e5ae760 commit b4bd9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,8 +2531,8 @@ def suptitle(t, **kwargs):
25312531

25322532
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
25332533
@_copy_docstring_and_deprecators(Figure.tight_layout)
2534-
def tight_layout(*, pad=1.08, h_pad=None, w_pad=None, rect=None):
2535-
return gcf().tight_layout(pad=pad, h_pad=h_pad, w_pad=w_pad, rect=rect)
2534+
def tight_layout(**kwargs):
2535+
return gcf().tight_layout(**kwargs)
25362536

25372537

25382538
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

0 commit comments

Comments
 (0)