python - How do you add an overall title to a figure with subplots in matplotlib? -
this question has answer here:
i can see can add title each subplot, discussed here:
how add title subplots in matplotlib?
is there way add overall title in addition subplot titles?
using
fig = plt.figure() fig.suptitle('this figure title')
Comments
Post a Comment