Fig.Set_Title
fig.suptitle('This is a somewhat long figure title', fontsize=16)
Tired Thrush
fig.suptitle('This is a somewhat long figure title', fontsize=16)
fig.suptitle('Title here', fontsize=16)
import matplotlib.pyplot as plt
fig, axs = plt.subplots(1, 2)
axs[0].set_title('TITLE1')