-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix vertical justification for rotated text #915
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
Conversation
It would be nice to have a visual test for this. That's currently not well documented but we're working on it this week. |
Thanks. I'll supply a visual test once it's documented. Are the docs online already? Re-running |
I've been working on https://github.com/hadley/rifftron - will try to switch over next to that next week. |
In the absence of visual tests, would you mind adding a before and after picture to this thread? Will this affect existing code? |
I have posted "before" and "after" images here. Did you have something else in mind? (I could copy the comment here, if it helps.) Existing code that tweaked the positioning to work around this behavior might now produce plots that look worse than before, but I haven't checked. Other than that, I think plot quality will improve. Of course, this change doesn't touch rotations that are not multiples of 90° -- these would have to be looked at separately, but I'd expect them to be used much less frequently. |
Oh that's perfect. I think it's a minor break to backward compatibility in return for a decent improvement in the defaults. But can you please expand the note in the news to point out that this will affect existing plots and what you need to do about it (i.e. probably just remove your custom vjust settings). |
Oh, I think the default looked good before. Things used to look odd only if |
Thanks! |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Per request, re-issue of #883.