matplotlib.pyplot.
title
(s, *args, **kwargs)¶Set a title of the current axes.
Set one of the three available axes titles. The available titles are positioned above the axes in the center, flush with the left edge, and flush with the right edge.
See also
See text()
for adding text
to the current axes
Parameters: | label : str
fontdict : dict
loc : {‘center’, ‘left’, ‘right’}, str, optional
|
---|---|
Returns: | text :
|
Other Parameters: | |
kwargs : text properties
|