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

Bug-fix: text justification with rotation not implemented in geom_label() #5424

Merged
merged 1 commit into from
Oct 4, 2023

Commits on Sep 15, 2023

  1. Bug-fix justification with angle in geom_label()

    Now that geom_label() supports rotation with angle, it is necessary to pass the angle as the third argument to compute_just() as it is done in geom_text() to ensure correct text justification.
    aphalo committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b174a40 View commit details
    Browse the repository at this point in the history