-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Suptitle positioning messed up in 3.4.0 #19803
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
Comments
Sorry about this - it is the constrained layout rewrite. Hopefully an easy fix |
BTW< a work around for your manually-placed subtitles is |
This should be fixed in 3.4.1. Sorry for the bother |
Don't mention it and thank you for your quick fix. This library not only has a nearly infinite power and flexibility, but also a stellar support! |
Well, the stellar support at least tries to fix things they gratuitously broke 😉 |
If I run the following code:
I get:
which says that the title is placed in
x=0.5, y=0.98
(which, according to the docs, is its default position). However if I do:it still says that the text is placed in
x=0.5, y=0.98
, but it is completely disappeared:I think because it goes out of the image boundaries, as if I do:
I get the title vertically cut, instead of obtaining the space to accommodate it:
Also, setting
x
to any value but not settingy
, such as in:makes the title disappear as well:
I can also cut the title horizontally, for example with:
which produces:
Basically I cannot position the title anymore, while it was easily doable until 3.3.4.
Thank you.
Matplotlib version
The text was updated successfully, but these errors were encountered: