Skip to main content

All Questions

Tagged with
1 vote
0 answers
112 views

Incorrect color mapping to Venn diagram with ggvenn in R

I want to color each segment of a Venn diagram with four conditions according to color scale (see below). However, the colors do not map to the correct sections and are way off from what I want. How ...
nklskrmr's user avatar
0 votes
1 answer
451 views

Color palette for overlapping binary images in R

I have a set of N binary (1-0) images and want to make an image in R which shows how they overlap with one another. As an example, suppose I had two of these binary images and each binary image ...
JDoe2's user avatar
  • 287
0 votes
1 answer
2k views

Color Fill with R VennDiagram: "Unexpected parameter length for 'fill'"

I use a Venn Diagram to visualize the overlap between values_one and values_two. The default outcome is black-and-white, but I want to fill it with colors. Based on this tutorial, I use RColorBrewer; ...
anpami's user avatar
  • 848
0 votes
1 answer
221 views

How to create a venn diagram where sections are colored by the values of a continuous variable (like a heat map)?

I'd like to create a Venn diagram in R, where the sections are colored based on the value of a continuous variable. Each venn diagram section has its own value (ranging from 0-1), and this value is ...
EUps's user avatar
  • 41
-1 votes
1 answer
2k views

Venn diagram color options

Why am I getting an orange color? And where can I get all the color options from? This is the script I use: > library(VennDiagram) >draw.pairwise.venn(28, 49, 18, category = c("_d", "_de"), ...
Goku's user avatar
  • 1