Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
FIX: check if axes is off page before repositioning title#18288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
yeeesh, why am I getting flake8 complaints for a file I didn't edit? |
It looks like something changed in the flake8 incantation? |
@@ -1,6 +1,5 @@ | |||
from io import BytesIO | |||
import pickle | |||
import platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This is just to make flake8 happy - not part of this PR, but flake8 now seems to check all files, not just modified.
Uh oh!
There was an error while loading.Please reload this page.
9e8acd6
toa9ac3d9
Compare…epositioning title
…288-on-v3.3.xBackport PR#18288 on branch v3.3.x (FIX: check if axes is off page before repositioning title)
…pageFIX: check if axes is off page before repositioning title
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
Closes#18283
We now automatically place the title to avoid decorators on the x axis (particuarly if the axis is at the top). However if the whole axes is cropped due to a
bbox_inches=extent
call, then the title still gets placed at a defaulty=0
. This change checks if thetop
is in the figure, and if not, then it doesn't auto position the title.PR Checklist