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 shading on the full data panel which indicates the axis range on the zoom panel doesn't fully cover the axis range actually used in the zoom panel.
df <- data.frame(weight = c(1.2, 2.5, 3.6, 4.0, 4.5), outcome = c(20, 2100, 200, 10, 2500)) ggplot(df, aes(weight, outcome)) + geom_point() + facet_zoom(y = outcome < 300)
The text was updated successfully, but these errors were encountered:
35f5b3f
No branches or pull requests
The shading on the full data panel which indicates the axis range on the zoom panel doesn't fully cover the axis range actually used in the zoom panel.
The text was updated successfully, but these errors were encountered: