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?

overall title

using

fig = plt.figure() fig.suptitle('this figure title') 

Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

Slow performance first queries on SQL Azure -

Java Entity Manager - JSON reader was expecting a value but found 'db' -