Aimin Yan
2018-Sep-13 21:13 UTC
[R] Change the position of label when using R package eulerr
I am using eulerr to get venn. My code is like: fit1 <- euler(c("ciLAD" = 785, "LAD" = 565, "nonXL_MEF" = 167, "ciLAD&LAD" = 3, "ciLAD&nonXL_MEF" = 101, "LAD&nonXL_MEF" = 541, "ciLAD&LAD&nonXL_MEF" = 2),shape = "ellipse") plot(fit1,quantities = TRUE,fill = rainbow(7),lty = 1:2,labels = list(font = 1),alpha=0.7) After I get the figure, I find the position of some labels need to be adjusted. Does anyone has some idea about how to process this? Thank you, Aimin [[alternative HTML version deleted]]