You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not 100% sure we guarantee that artists won't be overlapping by default. If you do .tight_layout() or .constrained_layout(), does the title still overlap with the offset text?
Yes, title overlaps with both layout='constrained' and layout='tight'. The title is moved up (if Axes._autotitlepos is True) to not overlap with a top x axis, but an y axis offset text is currently not taken into account.
Bug summary
Autopositioned title overlaps with offset text of y axis.
Code for reproduction
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
The text was updated successfully, but these errors were encountered: