-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Incorrect ylabel placement in twinx #1608
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 can not reproduce this with the master branch. |
Thanks, tacaswell. That's weird. I'm using daily builds from https://launchpad.net/~takluyver/+archive/matplotlib-daily (which seems in sync with master), ubuntu 12.10 quantal and python 2.7. I'll ask in the mailing list. |
Thanks, dopplershift. Your PR indeed did the trick. |
This seems to be fixed in master, presumably thanks to commit 8ea6241. |
@goyodiaz Thanks for following up. Glad everything is now working for you. |
The ylabel of the new axes is not vertically centered and sometimes it overlaps yticklabels. This happens in recent development versions but not in 1.2.0.
This script shows the issue:
This is the ouput with mpl 1.2.0 (correct):

And with 1.3.x (incorrect):

The text was updated successfully, but these errors were encountered: