Skip to content

Instantly share code, notes, and snippets.

View nemochina2008's full-sized avatar

Nemochina2008 nemochina2008

  • P.R.China
View GitHub Profile
@nemochina2008
nemochina2008 / themes.R
Created September 6, 2018 05:00 — forked from Pakillo/themes.R
ggplot_themes
### My favourite ggplot2 themes, always accessible ###
## just source this gist from any project ##
#####################################################################################
# Noam's default ggplot2 styling #####
# Source: https://github.com/noamross/noamtools/blob/master/R/theme_nr.R
theme_nr <-theme(text=element_text(family="Helvetica", size=14),
panel.grid.major.x=element_blank(),