Then I'd like to draw a big circle that includes all the three circles, so I made this Venn diagram set:
the size of base is A + B + C - A^B - A^C - B^C + A^B^C.
This one prints "Initial bisect points must have opposite signs" in line 273 of venn.js.
I have many other datasets that look similar, all of others work great. When I removed set C, it's working. Only this specific dataset does not work. Any clues why?
The image is generated from this dataset:
Then I'd like to draw a big circle that includes all the three circles, so I made this Venn diagram set: the size of base is A + B + C - A^B - A^C - B^C + A^B^C.
This one prints "Initial bisect points must have opposite signs" in line 273 of
venn.js
. I have many other datasets that look similar, all of others work great. When I removed set C, it's working. Only this specific dataset does not work. Any clues why?