const-ae / const-ae/ggupset

Combination Matrix Disappears if coord_flip Plot Rotation is Applied

Open
#41 0 comments 1 reaction 0 assignees View on GitHub
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()
```

![image](https://github.com/const-ae/ggupset/assets/631218/a714305e-4456-4c14-ae24-b1ed50e4af3c)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.