VennDiagram without group names and with Arial font

十年热恋 提交于 2019-12-05 16:13:35

To install Arial fonts, use this manual. Then you should be able to change fontfamily ="Arial" and main.fontfamily="serif".

Really rough guess, but do you see:

fontfamily ="serif",

and:

main.fontfamily="serif"

Try changing them to Arial and see if it works. I haven't got time to check this out at my computer right now so this is a super fast guess.

To remove the group names, you could probably change them where you assign them in the array:

venn.diagram(list("A" = a, "B" = b, "C" = c)

Here you can possibly call them what you'd like

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!