eulerr icon indicating copy to clipboard operation
eulerr copied to clipboard

Area-Proportional Euler and Venn Diagrams with Ellipses

Results 28 eulerr issues
Sort by recently updated
recently updated
newest added

#76 #75 allow round quantities("percentage") using global parameter `options("round")$round`. `round` will be set as `0` if global parameter `options("round")$round` not set.

Hey I am using ps_venn which is using eulerr underneath. In the case of using percent and counts, any way to separate them on two different lines so I don't...

enhancement
help wanted

![image](https://user-images.githubusercontent.com/25057508/169464237-7beae375-490c-491a-be4e-0652b771244e.png)

First, thanks for making this amazing package - I've used it a a lot and it's great! An issue that I've run into repeatedly, however, is that an internal plotting...

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"...

``` library(eulerr) fit

enhancement
help wanted

Not sure whether I am using this tool properly, but here is what I am getting: list_euler

not a bug

Just wondering about how to handle empty sets. In a scenario like this where z set is empty, ``` x

It was a bit foolish of me, but I quickly tried running `eulerr::euler()` with 45 groups. This resulted in a crash. I guess the number of combinations scales very fast...

enhancement