how to give single title to subplot in matplotlib code example
Example: matplotlib subplots title
fig.suptitle('This is a somewhat long figure title', fontsize=16)
fig.suptitle('This is a somewhat long figure title', fontsize=16)