Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: Recommend constrained_layout over tight_layout#29584
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
Closesmatplotlib#17339 by addressing the remaining open issuematplotlib#17339 (comment).
Likely yes. Can we go as far as discouraging |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Mecanerd <joshdonath23@hotmail.com>
Well, I'd merge, but merging is blocked by the bot. Which is pretty annoying to be honest. Why do we need a bot to tell us whether we are allowed to merge or not? |
We block merging if the label „needs comment/discussion“ is set. IMHO that makes sense because it prevents premature merging when there are still to be discussed aspects. I had set this mover the question whether tight-layout should be formally discouraged. But that‘s also something we can discuss later/separately. My focus in this PR is to guide users by stating preference between tight-layout and constrained-layout. Therefore, I’ve removed the label. |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
293eff8
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
…584-on-v3.10.xBackport PR#29584 on branch v3.10.x (DOC: Recommend constrained_layout over tight_layout)
Closes#17339 by addressing the remaining open issue#17339 (comment).