Does anyone make Venn diagrams for publication using Vennerable ? I found that 
the font size is too big when the plot is created at 300 DPI, and there's no 
option to change it, even when the point size argument to the device is changed.

aVenn <- Venn(Sets = list(A = 1:5, B = 3:6))
png("forPublication.png", units = "in", h = 2.55, w = 2.4, res = 300) # 
Changing pointsize to a smaller number has no effect on size of the text.
plot(aVenn)
dev.off()

--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to