Define appearence of the stripes
1 2 3 4 5 6 | upset_stripes(
mapping = aes(),
geom = geom_segment(size = 7),
colors = c("white", "grey95"),
data = NULL
)
|
mapping |
additional aesthetics |
geom |
a geom to use, should accept |
colors |
a vector of colors to repeat as many times as needed for the fill of stripes, or a named vector specifying colors for values of the variable mapped to the color aesthetics in the mapping argument |
data |
the dataset describing the sets with a column named |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.