Skip to content

Instantly share code, notes, and snippets.

@rcatlord
Created October 23, 2017 15:22
Show Gist options
  • Save rcatlord/b76cdb22227a79e6dce093c97035c795 to your computer and use it in GitHub Desktop.
Save rcatlord/b76cdb22227a79e6dce093c97035c795 to your computer and use it in GitHub Desktop.
plot +
theme(panel.background = element_blank(),
axis.ticks = element_blank(),
panel.grid.minor = element_blank(),
panel.grid.major.x = element_blank(),
panel.grid.major.y = element_line(colour = "#757575", size = 0.3),
# change the title colour, font and alignment
plot.title = element_text(colour = "#2c7fb8", size = 14, face = "bold", h = 0),
# change the colour and font of the axis labels
axis.title = element_text(colour = "#212121", size = 10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment