yanlinlin82 / ggvenn

Venn Diagram by ggplot2, with really easy-to-use API.
Other
167 stars 25 forks source link

Increased judgment of overlapping relationships #38

Closed WangYe661 closed 9 months ago

WangYe661 commented 9 months ago

For example, if there is a set that contains all of the elements, draw the other circles inside that set

yanlinlin82 commented 9 months ago

For two sets, option auto_scale=TRUE could achieve this.

library(ggvenn)

ggvenn(list(A=1:5, B=3:5), auto_scale=TRUE)

I am now continuing to work on other cases.

WangYe661 commented 9 months ago

感谢您的解答


发件人: Linlin Yan (颜林林) @.> 发送时间: Monday, January 22, 2024 2:37:48 PM 收件人: yanlinlin82/ggvenn @.> 抄送: YeWang @.>; Author @.> 主题: Re: [yanlinlin82/ggvenn] Increased judgment of overlapping relationships (Issue #38)

For two sets, option auto_scale=TRUE could achieve this.

library(ggvenn)

ggvenn(list(A=1:5, B=3:5), auto_scale=TRUE)

I am now continuing to work on other cases.

― Reply to this email directly, view it on GitHubhttps://github.com/yanlinlin82/ggvenn/issues/38#issuecomment-1903352135, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALB7WHS6RDSUDGP7D6IJ65LYPYCLZAVCNFSM6AAAAABBMJNHE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBTGM2TEMJTGU. You are receiving this because you authored the thread.Message ID: @.***>