-
Notifications
You must be signed in to change notification settings - Fork 0
[venn-labeled-items] Chartgeist-Style Venn Diagram with Labeled Items (WIRED) #5364
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
A stylized 3-circle Venn diagram popularized by WIRED magazine's "Chartgeist" feature. Three overlapping circles define witty, opinionated categories (e.g., "Overhyped", "Actually Useful", "Secretly Loved"), and pop-culture items (products, people, trends, apps) are placed as labeled points inside each zone — including the pairwise and triple intersections. The chart is editorial and humorous; the "data" is categorical set-membership rather than numeric measurements.
Applications
Data
circles(list of 3 objects):name(string) — category label (e.g., "Overhyped")color(string, optional) — fill/outline coloritems(list of objects):label(string) — item name (e.g., "NFTs", "Sourdough", "TikTok")zone(string) — one of:A,B,C,AB,AC,BC,ABC, oroutside(items sitting outside all circles)outside)Notes
outsidezone for items that belong to none of the three categories (placed in the surrounding whitespace)