UpSetR icon indicating copy to clipboard operation
UpSetR copied to clipboard

set_size.angles not working in version 1.4.0

Open skarunan opened this issue 5 years ago • 2 comments

After recently updating my package from 1.3.3 to 1.4.0, the set_size.angles parameter is not working.

skarunan avatar Feb 14 '20 16:02 skarunan

I couldn't replicate the issue. Do you have set_size.show set equal to TRUE

JakeConway avatar Feb 14 '20 18:02 JakeConway

I couldn't replicate the issue. Do you have set_size.show set equal to TRUE

Yes, I did. The options I used are

upset(fromList(listInputB), order.by = "freq", text.scale = 1.8, set_size.show = TRUE, set_size.angles = 90, show.numbers="yes", sets.x.label="# of D.E. mRNAs", mainbar.y.label="Intersection size of D.E. mRNAs")

set_size.angles should be responsible to rotate the set size plot x-axis text, right? I mean the the text near the x-axis ticks.

skarunan avatar Feb 20 '20 16:02 skarunan