Closed
Description
The tight_layout function is very useful.
In one of the common use cases, a figure with a few subplots, it would be nice if a figure title could be taken into account; otherwise it will overlap the top subplots.
I can see from the code that the suptitle is just a simple Text; maybe the figure could keep track of the last Text object that got created using suptitle(), and so be able to take it into account when calculating the tight layout params.