Common title to many subplots in Matplotlib [duplicate]

Solution 1:

You can use the pyplot.suptitle command to add a centered title to the figure in addition to sub plot titles.