Skip to content

Releases: const-ae/ggupset

v0.4.0

24 Jun 10:11
Compare
Choose a tag to compare
  • Fixed incompatibility with ggplot2 version 3.5.1 which meant that combmatrix theme
    elements were ignored (#43)
  • New parameter override_plotting_function for axis_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()))

v0.3.0

05 May 10:39
Compare
Choose a tag to compare
  • 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.

v0.2.1

30 Mar 07:30
Compare
Choose a tag to compare
  • Better error messages (#9)
  • Bug fix in scale_x_mergelist() to work with ggplot2 v3.3.0

v0.2.0

26 Mar 10:42
Compare
Choose a tag to compare
  • Fix issues with non-default themes

Initial Release

30 Mar 22:40
Compare
Choose a tag to compare
v0.1.0

Address CRAN comments