diff --git a/lib/matplotlib/figure.py b/lib/matplotlib/figure.py index fa1a1849142e..7951b1f5c707 100644 --- a/lib/matplotlib/figure.py +++ b/lib/matplotlib/figure.py @@ -691,11 +691,11 @@ def suptitle(self, t, **kwargs): The y location of the text in figure coordinates. horizontalalignment, ha : {'center', 'left', right'}, default: 'center' - The horizontal alignment of the text. + The horizontal alignment of the text relative to (*x*, *y*). verticalalignment, va : {'top', 'center', 'bottom', 'baseline'}, \ default: 'top' - The vertical alignment of the text. + The vertical alignment of the text relative to (*x*, *y*). fontsize, size : default: :rc:`figure.titlesize` The font size of the text. See `.Text.set_size` for possible