We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The zero point on the x-axis is not shown if scale_*_sqrt() is used, even when it is set in the breaks argument. Running
scale_*_sqrt()
breaks
tibble(x=(0:5)^2,y=0:5) %>% ggplot(aes(x,y)) + geom_point() + scale_x_sqrt(breaks=(0:5)^2)
results in
The text was updated successfully, but these errors were encountered:
This is a possible duplicate of #980
Sorry, something went wrong.
No branches or pull requests
The zero point on the x-axis is not shown if
scale_*_sqrt()
is used, even when it is set in thebreaks
argument. Runningresults in

The text was updated successfully, but these errors were encountered: