- Fixed incompatibility with ggplot2 version 3.5.1 which meant that
combmatrix
theme elements were ignored (#43) - New parameter
override_plotting_function
foraxis_combmatrix
that gives maximum flexibility to modify the combination matrix plot in any desired way. - Fix bug when remobing y-axis (
theme(axis.text.y = element_blank())
)
- Remove deprecated
as.tibble()
call (thanks to @abichat) - Removed lines that remained in pdf output with
combmatrix.panel.line.size = 0
(issue #12). Thanks to @karldw.
- Better error messages (#9)
- Bug fix in scale_x_mergelist() to work with ggplot2 v3.3.0
- Fix issues with non-default themes
- Implement combination matrix for x axis
- Provide convenience functions to create UpSet plots and handle list columns