dusadrian / venn

Draw Venn Diagrams
30 stars 7 forks source link

Increase font size of labels when using ggplot2 #8

Closed thuvousc closed 3 years ago

thuvousc commented 3 years ago

Hi,

I cannot increase the font size of set names and values when ggplot2 is used. Does anyone know how to fix this issue? The code which I used is written below:

venn(ex, box = FALSE, zcolor = col3, opacity = 0.4, borders = FALSE, snames = c("A", "B", "C", "D", "E", "F"), ilcs = 15, sncs = 25, plotsize = 30, ggplot = TRUE, linetype = "blank")

Many thanks.

dusadrian commented 3 years ago

Solved in the latest commit, it was a bug keeping those values constant. I could not test your example though, it is not reproducible.