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

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

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