Skip to content
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

Outward ticks cause labels to be clipped by default #5987

Closed
QuLogic opened this issue Feb 10, 2016 · 5 comments
Closed

Outward ticks cause labels to be clipped by default #5987

QuLogic opened this issue Feb 10, 2016 · 5 comments
Assignees
Milestone

Comments

@QuLogic
Copy link
Member

QuLogic commented Feb 10, 2016

In the unicode demo, text in the xlabel is clipped because the outward ticks push the label down:
unicode demo
In 1.5.2, this works fine by default:
unicode demo

This example doesn't use tight_layout, but there is nothing complicated here (just a single Axes) and I think it should be handled correctly by default.

@QuLogic QuLogic added this to the 2.0 (style change major release) milestone Feb 10, 2016
@overdetermined
Copy link
Contributor

Interestingly, I had this problem frequently in version 1.5.1.

@QuLogic
Copy link
Member Author

QuLogic commented Feb 13, 2016

Just as a note that this is not caused by the accented characters, here is another demo that clips the labels.

@mdboom
Copy link
Member

mdboom commented Mar 7, 2016

The best fix is probably to move in the axes margins on all four sides. The title at the top will still be too close, however, so there'll be some other fix needed there.

@mdboom mdboom self-assigned this Mar 7, 2016
mdboom added a commit to mdboom/matplotlib that referenced this issue Mar 7, 2016
mdboom added a commit to mdboom/matplotlib that referenced this issue Mar 7, 2016
mdboom added a commit to mdboom/matplotlib that referenced this issue Mar 7, 2016
@jenshnielsen
Copy link
Member

This should be fixed by #6468

tacaswell pushed a commit to tacaswell/matplotlib that referenced this issue May 28, 2016
@efiring
Copy link
Member

efiring commented May 28, 2016

closed by #6468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants