This note is mostly a stub to catch references to Venns around my other notes. Venn Diagrams are one of the first and most fundamental kinds of [[Diagram Types (index)|diagrams]] you learn about. They represent [[boolean logic]] well. So well, in fact, that things like **truth tables** and Karnaugh Maps could be thought of as Venn Diagrams. Interestingly I've never seen a [[Diagrams as Code]] solution for Venn Diagrams. # Limitations - Venn Diagrams stop being useful if you're drawing more than ~7 circles, and depending on how you draw them they may be hopeless with anything beyond ~3 or 4 circles. - Don't represent conditionals well ## Example ![[Pasted image 20250608211623.png]] **** # More ## Source - self - https://aarongilly.com/101 - https://stackoverflow.com/questions/13997365/sql-joins-as-venn-diagram ## Related - [[Diagram Types (index)]]