js229 / Vennerable

Vennerable provides Venn diagrams in R. It displays Venn and Euler diagrams for up to 9 different sets and using a variety of geometries. It allows the display of area-weighted Venn diagrams and allows fine graphical control over the result.
90 stars 39 forks source link

two debug issues realted with compute.Venn #43

Open zhilongjia opened 7 years ago

zhilongjia commented 7 years ago

The following two bug information are all from compute.Venn. 1: Error in .find.point.within.face(drawing = drawing, x) : Ear method failed in face 0100

2: Error in npoints[nextix, , drop = FALSE] : incorrect number of dimensions In addition: Warning message: In min(which(!fequal(fromdist, 0))) : no non-missing arguments to min; returning Inf

If you need a reproducible examples for this two bug, I will. Thank you.