Skip to content

Venn diagram does not work if there are only overlapping sets #6

Open
@bvenn

Description

@bvenn
let actionSet = Set.ofArray [|"a";"b";"c"|]
let comedySet = Set.ofArray [|"b";"c";"d"|]
let dramaSet = Set.ofArray  [|"c";"d";"f"|]

Chart.Venns (
    [|"Action";"Comedy";"Drama"|],
    [|actionSet;comedySet;dramaSet|]
    )
|> Chart.show

This does not work, because comedySet does not contain unique elements.

@joott

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions