mpl.tight_layout.Bbox.ignore¶
-
Bbox.ignore(value)[source]¶ Set whether the existing bounds of the box should be ignored by subsequent calls to
update_from_data()orupdate_from_data_xy().value:
- When True, subsequent calls to
update_from_data()will ignore the existing bounds of theBbox. - When False, subsequent calls to
update_from_data()will include the existing bounds of theBbox.
- When True, subsequent calls to