 
    
  
      
    Axes.set_title(label, fontdict=None, loc='center', **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 
 | 
|---|---|
| Returns: | text :  
 | 
| Other Parameters: | |
| kwargs : text properties 
 | |