### Bug summary Autopositioned title overlaps with offset text of y axis. ### Code for reproduction ```python import matplotlib.pyplot as plt fig, ax = plt.subplots() ax.plot([1e8, 2e8]) ax.set_title('Title', loc='left') plt.show() ``` ### Actual outcome  ### Expected outcome Title would move to not overlap with offset text (as it is the case for a top x axis). ### Additional information _No response_ ### Operating system _No response_ ### Matplotlib Version 3.5.1 ### Matplotlib Backend _No response_ ### Python version _No response_ ### Jupyter version _No response_ ### Installation _No response_