-
```
I had a need to display Venn Diagrams (set overlaps) in a browser, and flot
seemed like a nice library to extend.
Venn diagrams are often used in bioinformatics to display combined effects.
Pleas…
-
Would be nice if the vennt diagram would be general, to use it on arbitrary data. It that case a few UI elements should be hidden.
-
![image](https://github.com/ChiLiubio/microeco/assets/68851733/7b2ab9f6-ff0e-4cc1-90a2-feb289d6014e)
Just a suggestion as I have created different Venn diagrams but was advised it is better to have…
-
Hi, recently I have updated this package.
Everything works fine. But, title() doesn't work in plotting process.
I had used title() for adding a title in a Venn diagram in the previous version of ve…
-
I would like to suggest a feature that I think could be useful.
I saw that you already support scatter plot - which scales by the size of the circle and I think it's halfway to support venn diagram…
-
## Venn diagram about plots
![image](https://user-images.githubusercontent.com/1194257/53892505-b28f8680-402c-11e9-8aa7-e782822013b1.png)
## Flow chart from data to plots
![image](https://user-…
-
Thank you for starting this code repository for rendering Venn diagrams. I started this discussion to give a place for the community to come together to talk about the drawing of more general set diag…
-
It would be awesome to have native visx support for Venn Diagrams. Most of the heavy lifting on the math side has already been implemented in conjunction with d3 (see references).
**Prior art in d3…
-
Thank you for the making this tool. I've been relying on it a lot for my research.
Que - is there anyway i can add percentage labels to my Venn diagram with `ssvFeatureVenn()` instead of/in addition…
-
The default behavior for `venn.diagram` is to write a log to file. There is an argument `disable.logging` which prevents logging to file and prints to stdout but no option to silence logging output. I…