Parameters: |
- t : str
The title text.
- x : float, default 0.5
The x location of the text in figure coordinates.
- y : float, default 0.98
The y location of the text in figure coordinates.
- horizontalalignment, ha : {'center', 'left', right'}, default: 'center'
The horizontal alignment of the text relative to (x, y).
- verticalalignment, va : {'top', 'center', 'bottom', 'baseline'}, default: 'top'
The vertical alignment of the text relative to (x, y).
- fontsize, size : default:
rcParams["figure.titlesize"]
The font size of the text. See Text.set_size for possible
values.
- fontweight, weight : default:
rcParams["figure.titleweight"]
The font weight of the text. See Text.set_weight for possible
values.
|