Hi everyone,

For my data, I use the Vennerable package in R to make Venn diagrams. If I have 4 sets of data, I choose the weighed type and ChowRuskey, since it gives the best overview of the data. However, the font size is quite small (of the sample names). Also, the position of the sample names isn't good. It places two names at a very bad place.

Does anyone here know how I could change the font size of the sample names and how I can change their position?

Below is an example of code I use. If you run this code, you'll see a ChowRuskey diagram appear, but the labels of KP15 and KP53 are placed really bad. I'd like to change their position and size. The other two labels are in a good place, but if possible, I'd like to change it a bit as well.

library(Vennerable)

Vdemo3

Similar questions and discussions