Figure.set_tight_layout¶
- Figure.set_tight_layout(tight)[source]¶
Set whether and how
tight_layoutis called when drawing.- Parameters
tight (
boolor dict with keys"pad","w_pad","h_pad","rect"orNone) – If a bool, sets whether to calltight_layoutupon drawing. IfNone, use thefigure.autolayoutrcparam instead. If a dict, pass it as kwargs totight_layout, overriding the default paddings.