upsetjs / upsetjs_r

😠 htmlwidget R bindings for UpSet.js for rendering UpSet plots, Euler, and Venn Diagrams
https://upset.js.org/integrations/r
Other
36 stars 2 forks source link

Ellipses in Euler diagrams #33

Closed karlmakepeace closed 1 year ago

karlmakepeace commented 1 year ago

It would be great if the Euler diagram functions supported ellipses (e.g.: eulerr package) as they allow for less error in the the set area representation (link includes explanation & example(s)).

e.g. Euler plot constructed with ellipses (pasted from link):

image

sgratzl commented 1 year ago

this package is using https://github.com/benfred/venn.js/ as the underlying library for computing Euler diagrams. You could post it in this or in my maintained fork at https://github.com/upsetjs/venn.js

karlmakepeace commented 1 year ago

I have now re-posted the request in "upsetjs/venn.js".

Thank you. 👍🏽