eunoia¶
Python bindings for the eunoia Rust library — area-proportional Euler and Venn diagrams. Sister package to the R package eulerr.
Install¶
pip install eunoia
At a glance¶
import eunoia as eu
fit = eu.euler({"A": 10, "B": 5, "A&B": 3})
print(fit)
fit.plot()
See Quickstart for more examples and API reference for the reference.