jolars / eulerr

Area-Proportional Euler and Venn Diagrams with Ellipses
https://jolars.github.io/eulerr/
GNU General Public License v3.0
129 stars 18 forks source link

Error in venn_spec[[n]] : subscript out of bounds #65

Closed privefl closed 4 years ago

privefl commented 4 years ago

To reproduce: eulerr::venn(setNames(list(1, 3:4, 2, 5:6, 3, 4), LETTERS[1:6]))

Looking at the code, I see that there can't be more than 5 sets. Maybe having a more helpful error message would help.