-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
English title does not go well with gcf().tight_layout(), which yields bad image direction #8202
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
I would guess so, but @retsyo needs to provide a reproducible example (I don't have his sample image...). |
@anntzer |
In general, it is preferable to provide a self contained example, so that we can easily reproduce the issue. You may also check whether #8203 "solves" the issue (well, there's still not enough space and nothing we can do about it). |
I'm going to close this as a duplicate of #8062. |
I am using Python 3.4.4 |Anaconda 2.3.0 (64-bit) on win64 bits, with latest matplotlib and pyqt updated by conda install xx
for the following code, if I use unicode title in the for-loop, the images are shown with their corretced direction, i.e., the head is toward up like which is in original image. However, if I use English title, the images are upside-down: the people's head is toward earth
This can be observed for both TkAgg and Qt5Agg
The text was updated successfully, but these errors were encountered: