diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index b8a7c3b2c6bb..51d88ad9e9b9 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -119,8 +119,8 @@ def set_title(self, label, fontdict=None, loc=None, pad=None, *, y=None, y : float, default: :rc:`axes.titley` Vertical Axes loation for the title (1.0 is the top). If - None (the default), y is determined automatically to avoid - decorators on the Axes. + None (the default) and :rc:`axes.titley` is also None, y is + determined automatically to avoid decorators on the Axes. pad : float, default: :rc:`axes.titlepad` The offset of the title from the top of the Axes, in points.