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

Positioning with "constant" x/y doesn't work on axis with log10 transform. #618

Closed
alshan opened this issue Oct 18, 2022 · 0 comments
Closed

Comments

@alshan
Copy link
Collaborator

alshan commented Oct 18, 2022

(ggplot() +
    geom_label(aes(y=[10]), label="Data y=10") +
    geom_label(label="Const y=10", y = 10) +
    scale_y_log10()
)

The label "Const y=10" should overlap label "Data y=10" but it doesn't:

image

@alshan alshan added this to the 2022Q4 milestone Oct 19, 2022
@alshan alshan closed this as completed in ac22aa7 Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant