[Deprecated] Set whether and how Figure.tight_layout is called when drawing.
If a bool, sets whether to call Figure.tight_layout upon drawing. If None, use rcParams["figure.autolayout"] (default: False) instead. If a dict, pass it as kwargs to Figure.tight_layout, overriding the default paddings.
Deprecated since version 3.6: Use set_layout_engine instead.
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/matplotlib.figure.Figure.set_tight_layout.html