Axes.
set_title
(label, fontdict=None, loc='center', pad=None, **kwargs)¶Set a title for the 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.
Parameters: | label : str
fontdict : dict
loc : {‘center’, ‘left’, ‘right’}, str, optional
pad : float
|
---|---|
Returns: | text :
|
Other Parameters: | |
**kwargs :
|