Skip to main content

Questions tagged [venn-diagram]

For questions about Venn diagrams.

venn-diagram
85 votes
7 answers
141k views

Compare two character vectors in R

I have two character vectors of IDs. I would like to compare the two character vectors, in particular I am interested in the following figures: How many IDs are both in A and B How many IDs are in A ...
Aslan986's user avatar
  • 10.2k
63 votes
4 answers
100k views

Python Matplotlib Venn diagram

I want to plot variables that belongs to certain groups. Say that I have 6 variables that I want to sort into these 3 groups and plot like a venn diagram. I would like to annotate the variable names ...
jonas's user avatar
  • 13.8k
62 votes
7 answers
110k views

Venn diagram proportional and color shading with semi-transparency

I have following type of count data. A 450 B 1800 A and B both 230 I want to develop a colorful (possibly semi-transparency at intersections) like the following Venn diagram. Note: This ...
jon's user avatar
  • 11.3k
33 votes
3 answers
2k views

How can I trigger a :hover transition that includes three overlapping div elements (Venn diagram)

My problem is that I have this Venn diagram consisting of three div elements and I want to scale them with :hover, so that when I hover over an intersection all the circles that meet in the ...
mseabra's user avatar
  • 333
30 votes
8 answers
32k views

Venn Diagrams with R? [closed]

Are there any other packages for doing Venn diagrams in R besides the limma package? Anyone got tips? Here's some notes on doing Venn diagrams with the limma packages.
JD Long's user avatar
  • 60.5k
25 votes
3 answers
3k views

Venn diagram generation software from RCC(8) specification or similar

Please note: While the bounty is no longer available, I'm still keen for anyone with an answer to this question to contribute; I'm still watching it, and I'm waiting to see if there is a better answer....
user avatar
24 votes
3 answers
18k views

Venn Diagram with Item labels

Suppose I have two vectors foo <- c('a','b','c','d') baa <- c('a','e','f','g') Does anyone know of a way to produce a venn diagram but have the vector items visualised within the diagram. ...
A_Skelton73's user avatar
  • 1,190
16 votes
4 answers
25k views

Nice looking five sets Venn diagrams in R [closed]

In a paper I recently came across a nice 5 sets Venn diagram: Would anyone know how to code producing such Venn diagram displays in R? Most of the packages I looked at seem to produce the less clear ...
Tom Wenseleers's user avatar
16 votes
2 answers
5k views

R: don't write log file for VennDiagram

I use R (version 3.1.2) and the package VennDiagram (version 1.6.16). Since my last update the VennDiagram package creates a log file called VennDiagramDATE_TIME.log (with DATE and TIME being date ...
Jonas's user avatar
  • 1,629
14 votes
3 answers
13k views

How to modify the font size in matplotlib-venn

I have the following Venn diagrams: from matplotlib import pyplot as plt from matplotlib_venn import venn3, venn3_circles set1 = set(['A', 'B', 'C', 'D']) set2 = set(['B', 'C', 'D', 'E']) set3 = set([...
neversaint's user avatar
  • 63.2k
14 votes
1 answer
13k views

Adding title and sub title to Venn Diagram

I am trying to add a main and sub title to my venn diagram that I created using the following code in R. I have read through the R ‘VennDiagram’ package documentation without success. I've also tried ...
user3209543's user avatar
14 votes
2 answers
13k views

Venn diagram layout with d3.js

Is there a sample on how to do Venn diagram using d3.js? I know about the two samples: that are provided on D3 website. However they force me to calculate by myself the x.y position of the circles. I ...
Yaron Naveh's user avatar
  • 24.1k
14 votes
2 answers
11k views

How to force the labels to fit in VennDiagram?

I use VennDiagram to make a venn diagram with the following example code: library(VennDiagram) venn.diagram(list(shams_90d = 1:3, shams_90d_4h = 2:4, sham3__shams_90d = 3:5, ...
Niek de Klein's user avatar
11 votes
2 answers
1k views

Redrawing venn diagram

What would be the easiest way to redraw a venn diagram using R ? I do not have a data which was used to generate venn diagram but the rest of diagrams were drawn in R... I would like to keep the same ...
Rechlay's user avatar
  • 1,507
11 votes
2 answers
439 views

What is a better algorithm than brute force to separate items in overlapping categories?

I have an arbitrary set of items (dots below), and some number of categories overlapping in an arbitrary way (A-C below). The test is to determine whether it's possible for each item to be assigned to ...
Shep's user avatar
  • 8,300

15 30 50 per page
1
2 3 4 5
27