Skip to content

Feature request: option to render elements of sets in corresponding Venn diagram regions #41

@jimmyocto

Description

@jimmyocto

It would be excellent if venn2 had an option to render Venn diagram regions with elements of the sets instead of the element count.

matplotlib_venn.venn2([set([1, 2, 3, 4, 5, 6, 7]), set([4, 5, 7, 10, 11])])

which produces this
image

Could have an option like this:

matplotlib_venn.venn2([set([1, 2, 3, 4, 5, 6, 7]), set([4, 5, 7, 10, 11])], render_elements=True)

which would instead produce this:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions