-
-
Notifications
You must be signed in to change notification settings - Fork 7.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yeeesh, why am I getting flake8 complaints for a file I didn't edit? |
It looks like something changed in the flake8 incantation? |
jklymak
commented
Aug 18, 2020
@@ -1,6 +1,5 @@ | |||
from io import BytesIO | |||
import pickle | |||
import platform |
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