y axis cut off when resizing
b-french opened this issue · 3 comments
Thanks so much for the UpSetR package!
Other than resizing the pdf file, how do I prevent the lower portion of the intersection plot from being cut off?
test.pdf
Hi,
I have a similar issue (I think). I would be very interested in some updates/solutions from the developers.
Here is a minimal example from movies
dataset (from here ) , that occurs when you change mb.ratio
:
upset(movies, nsets = 17,mb.ratio = c(0.3,0.7))
Thanks in advance, and thanks a lot for this usefull package !
Ben
FWIW I think this was a bug introduced by v1.3.1, likely by "Updated plot margin of intersection size bar plot".
remotes::install_version("UpSetR", version = "1.3.0")
and then running your code worked for me.
@luke-mcconnell Thanks, this bug still exists but your recommended version install works great