hms-dbmi / UpSetR

An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al..
https://cran.rstudio.com/web/packages/UpSetR
Other
763 stars 156 forks source link

y ticks labels (intersections) at decimal values #236

Open domenico-simone opened 2 years ago

domenico-simone commented 2 years ago

Hi,

many thanks for this great package! I have a question about the y ticks. I have relatively small datasets where set sizes are < 20 and intersection sizes < 10. When I build an upset plot, the y label of the intersection barplot shows decimal values (eg 0.0, 2.5, 5.0, 7.5). Since this makes little sense for a measure of intersection and I'd rather prefer to have integer numbers only, how can this be adjusted?

Thank you

Domenico