Adding a single title above all subplots in Matplotlib adds a centered title to the figure.
Solution for How to add a title above all subplots in Matplotlib in Python : You can use matplotlib.pyplot.suptitle() to add a title above all subplots Call matplotlib.pyplot.suptitle(label) to set the title above all subplots to the string label.