You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ This library was inspired by [`matplotlib-venn`](https://github.com/konstantint/
11
11
> This package uses circles for visualizing set relationships.
12
12
> With four or more sets, it can be impossible to arrange the four or more circles such that all non-empty subsets are shown.
13
13
> A warning is raised in these instances.
14
+
> See [this issue](https://github.com/paulbrodersen/matplotlib_set_diagrams/issues/9) for a discussion of the problem.
15
+
> A list of references regarding the maximum number of plane divisions by circles can be found [here](https://mathworld.wolfram.com/PlaneDivisionbyCircles.html).
0 commit comments