Combination Matrix Disappears if coord_flip Plot Rotation is Applied
Open
- Dominant language
- R
- Stars
- 399
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
I would like to rotate plot by 90 degrees for better A4 page fit. But that causes the combination matrix to go missing.
```r
tidy_movies %>% distinct(title, year, length, .keep_all=TRUE) %>% ggplot(aes(x=Genres)) + geom_bar() +
scale_x_upset(n_intersections = 20) + coord_flip()
```

Is it a bug? If so, may it be fixed?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.