Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python - How to add title to subplots in Matplotlib

A shorthand answer assuming import matplotlib.pyplot as plt:
plt.gca().set_title('title')
Source by pythonhowto.org #
 
PREVIOUS NEXT
Tagged: #python #How #add #title #subplots #Matplotlib
ADD COMMENT
Topic
Name
6+4 =