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

Combination Matrix Disappears if coord_flip Plot Rotation is Applied #41

Open
DarioS opened this issue Sep 25, 2023 · 0 comments
Open

Comments

@DarioS
Copy link

DarioS commented Sep 25, 2023

I would like to rotate plot by 90 degrees for better A4 page fit. But that causes the combination matrix to go missing.

tidy_movies %>% distinct(title, year, length, .keep_all=TRUE) %>% ggplot(aes(x=Genres)) + geom_bar() +
scale_x_upset(n_intersections = 20) + coord_flip()

image

Is it a bug? If so, may it be fixed?

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