Skip to content

Instantly share code, notes, and snippets.

@rcatlord
Created October 23, 2017 15:21
Show Gist options
  • Save rcatlord/011c56ad3364e30d27a420d284fe05f2 to your computer and use it in GitHub Desktop.
Save rcatlord/011c56ad3364e30d27a420d284fe05f2 to your computer and use it in GitHub Desktop.
plot +
theme(panel.background = element_blank(),
axis.ticks = element_blank(),
# hide the minor grid lines
panel.grid.minor = element_blank(),
# hide vertical major grid lines
panel.grid.major.x = element_blank(),
# change colour and thickness of horizontal grid lines
panel.grid.major.y = element_line(colour = "#757575", size = 0.3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment