You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I get a warning WARNING: area 0,1,2 not represented on screen when I run venn.js. The intersection of all three sets is not drawn.
@danielyule (benfred#114) says it's the can be fixed by updating the initial layout and the loss function (to prioritize ensuring all overlaps are shown). But there doesn’t seem to be a way to do this?
The text was updated successfully, but these errors were encountered:
you can specify the loss function to use using the .lossFunction similarly there is a .layoutFunction to change the layout function. However, that are "better" loss functions I don't know
I have these sets
However I get a warning
WARNING: area 0,1,2 not represented on screen
when I run venn.js. The intersection of all three sets is not drawn.@danielyule (benfred#114) says it's the can be fixed by updating the initial layout and the loss function (to prioritize ensuring all overlaps are shown). But there doesn’t seem to be a way to do this?
The text was updated successfully, but these errors were encountered: