Skip to content

Combination Matrix Disappears if coord_flip Plot Rotation is Applied #41

Description

@DarioS

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions