Skip to content

Instantly share code, notes, and snippets.

@MVesuviusC
Created January 30, 2023 21:22
Show Gist options
  • Save MVesuviusC/9c6b8fbfb4daa5cdf82eeba7b70d3edf to your computer and use it in GitHub Desktop.
Save MVesuviusC/9c6b8fbfb4daa5cdf82eeba7b70d3edf to your computer and use it in GitHub Desktop.
Fix ggvenn labels getting cut off
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