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

adding scale_y_log10 changes y-axis to a weird range #117

Open
rxhu opened this issue Jun 2, 2022 · 0 comments
Open

adding scale_y_log10 changes y-axis to a weird range #117

rxhu opened this issue Jun 2, 2022 · 0 comments

Comments

@rxhu
Copy link

rxhu commented Jun 2, 2022

geom_signif affects scale_y_log10's behavior:

Without scale_y_log10, geom_signif works as expected, e.g.
ggplot(mpg, aes(class, hwy)) + geom_boxplot() +
geom_signif(annotations = c("First", "Second"), y_position = c(30, 40), xmin = c(4, 1), xmax = c(5, 3))

With scale_y_log10, y-axis become extremely large and original plots are squeezed to the bottom
ggplot(mpg, aes(class, hwy)) + geom_boxplot() +
geom_signif(annotations = c("First", "Second"), y_position = c(30, 40), xmin = c(4, 1), xmax = c(5, 3)) + scale_y_log10()

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