I have a 3x2 grid of equal sized plots. I use the command
plt.suptitle("Awesome title") # (1)
to have a centered title above the 6 plots. I use the command
plt.title("Almost awesome title") # (2)
for a specific title above each subplot. Now the tricky part: I want a centered title between first and second row of subplots. After manipulating the position parameter of (2) to something like (1.1 , 1.0), I can not seem to get a properly/nicely formatted figure.
TL;DR: I want an additional plt.suptitle("Title")
that be put as shown on picture below: (photoshopped)
Just make some extra room between rows, and add text: