Fix plotVenn() failing with fills$fill must have length 1, n_sets, or n_subsets when the data did not populate every region of the diagram. The default fill palette is now recycled to length(fit$original.values) (eulerr’s n_subsets), so every region receives a color regardless of which combinations are populated.
gVenn 1.3.1
Bug fixes
Fix plotVenn() failing on 2-set inputs. The default fill palette had a fixed length of 7, which violated eulerr’s stricter validation (fills$fill must have length 1, n_sets, or n_subsets). The default is now recycled to match n_sets.
gVenn 1.1.1
New features
Add bg parameter to saveViz() for controlling plot background color, including transparent backgrounds. Users can now save plots with bg = "transparent" for use in presentations or publications requiring transparent backgrounds.
Add hex sticker logo created using the hexSticker R package.
Update graphical abstract highlighting gVenn’s overlap visualization and extraction capabilities
Documentation
Add example to vignette demonstrating transparent background export using bg = "transparent" parameter in saveViz()
gVenn 0.99.5
Minor update
Add comb_col parameter to plotUpSet() for customizing the color of combination matrix elements.
Documentation
Update UpSet plot example in the vignette with color customization of combination matrix elements using the comb_col parameter.
gVenn 0.99.4
New features
Add exportOverlapsToBed() function to export genomic overlap groups to BED format files.