Matplotlib Set Diagrams
Draw Euler diagrams and Venn diagrams with Matplotlib.
Euler and Venn diagrams are used to visualise the relationships between sets. Both typically employ circles to represent sets, and areas where two circles overlap represent subsets common to both supersets. Venn diagrams show all possible relationships of inclusion and exclusion between two or more sets. In Euler diagrams, the area corresponding to each subset is scaled according to the size of the subset. If a subset doesn’t exist, the corresponding area doesn’t exist.
Contributing & Support
If you get stuck and have a question that is not covered in the documentation, please raise an issue on GitHub. If applicable, make a sketch of the desired result. If you submit a bug report, please make sure to include the complete error trace. Include any relevant code and data in a minimal, reproducible example. Pull requests are always welcome.