Skip to content

Instantly share code, notes, and snippets.

@MVesuviusC
Last active April 19, 2022 13:18
Show Gist options
  • Save MVesuviusC/1202d2ee0f41e2cc37de15f8e6db07e8 to your computer and use it in GitHub Desktop.
Save MVesuviusC/1202d2ee0f41e2cc37de15f8e6db07e8 to your computer and use it in GitHub Desktop.
random ggplot snippets
theme_set(theme_bw())
+ theme(axis.text.x = element_text(angle = 90, hjust = 1))
+ theme(legend.position = "none")
+ theme_update(plot.title = element_text(hjust = 0.5))
If ggsave is slow, try:
options(bitmaptype = "cairo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment