Fill specific points
- 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)))
`

Thanks,
Dylan
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.