matplotlib.pyplot.
suptitle
(t, **kwargs)[source]¶
Add a centered title to the figure.
Parameters:The title text.
The x location of the text in figure coordinates.
The y location of the text in figure coordinates.
The horizontal alignment of the text relative to (x, y).
The vertical alignment of the text relative to (x, y).
rcParams["figure.titlesize"] = 'large'
The font size of the text. See Text.set_size
for possible values.
rcParams["figure.titleweight"] = 'normal'
The font weight of the text. See Text.set_weight
for possible values.
The Text
instance of the title.
A dict of font properties. If fontproperties is given the default values for font size and weight are taken from the FontProperties
defaults. rcParams["figure.titlesize"] = 'large'
and rcParams["figure.titleweight"] = 'normal'
are ignored in this case.
Additional kwargs are matplotlib.text.Text
properties.
Examples
>>> fig.suptitle('This is the figure title', fontsize=12)
matplotlib.pyplot.suptitle
¶
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4