-
Notifications
You must be signed in to change notification settings - Fork 0
[upset-basic] UpSet Plot for Multi-Set Intersection Analysis #5250
Copy link
Copy link
Closed
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to main
Metadata
Metadata
Assignees
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to main
Projects
Status
Done
Description
An UpSet plot visualizes intersections of multiple sets using a matrix-based layout that scales far better than Venn diagrams beyond 3 sets. A horizontal bar chart shows set sizes, a dot-matrix below indicates which sets participate in each intersection, and a vertical bar chart above shows the intersection size. This is the modern standard for set intersection analysis.
Applications
Data
element(str) — item identifiersets(list[str]) — which sets this element belongs toNotes