const-ae / const-ae/ggupset

Fill specific points

Open
#5 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
399
Forks
32
PR merge metrics
No merged PRs in 30d

Description

Hi!

Thanks for this great package. Is it possible to use theme_combmatrix to fill different points with different colors? I currently can only figure out how to change all points to a single color.

I have tried giving multiple colors here but it doesnt seem to work:

`
ggplot(resglia, aes(x=Celltype)) +
geom_bar(fill=c(rep("black",5),"red", rep("black",4))) + theme_pubr() +
scale_x_upset(n_intersections = 10) + theme_combmatrix(
combmatrix.panel.point.color.fill = c(rep("black",5),"red", rep("black",4)))
`
![image](https://user-images.githubusercontent.com/12213489/63101199-d1e5f480-bf78-11e9-8cb6-1e4d475c1f94.png)

Thanks,
Dylan

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.