Created
January 30, 2023 21:22
-
-
Save MVesuviusC/9c6b8fbfb4daa5cdf82eeba7b70d3edf to your computer and use it in GitHub Desktop.
Fix ggvenn labels getting cut off
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
venn_plot <- ggvenn::ggvenn(list_of_four_vectors) | |
venn_plot$layers[[3]]$data$x <- c(-1, -0.8, 0.8, 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment