jolars / eulerr

Area-Proportional Euler and Venn Diagrams with Ellipses
https://jolars.github.io/eulerr/
GNU General Public License v3.0
129 stars 18 forks source link

Option to have areas proportional to the *log* of the populations? #96

Open seedjay1 opened 2 years ago

seedjay1 commented 2 years ago

Sweet package - thanks!

One issue I'm having: some populations in my data are much greater than others (like 10^6 vs 10^2), which results in the smaller ellipses being "smushed" together with label text overlapping etc.

I'm thinking if ellipse areas could be set to be proportional to the logarithm of the category populations, that issue would be mitigated somewhat.

Thoughts on effectiveness/feasibility?