I am making a chart in matplotlib and I have many subplots in it each of them with a different title, but on the top I also want to a put a title to the whole chart. How this can be done?
Asked
Active
Viewed 4.2k times
1 Answers
89
You can use the pyplot.suptitle
command to add a centered title to the figure in addition to sub plot titles.