Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 392 Bytes

22063-SR.rst

File metadata and controls

7 lines (6 loc) · 392 Bytes

Move Axes title to not overlap with y axis offset

Previously, Axes titles could overlap the y-axis offset text, which is often in the upper left corner of the axes. Now titles are moved above the offset text if overlapping, and autopositioning is in effect (i.e. if y in .Axes.set_title is None and :rc:`axes.titley` is also None).