Skip to content

Instantly share code, notes, and snippets.

@sahilseth
Created December 1, 2017 18:55
Show Gist options
  • Save sahilseth/f5550717808f2fa2ba82e72ce8095eee to your computer and use it in GitHub Desktop.
Save sahilseth/f5550717808f2fa2ba82e72ce8095eee to your computer and use it in GitHub Desktop.
ggplot2 legend
# get it inside the plot, and remove alpha
theme(legend.position = c(0, 0.2),
legend.background = element_blank()) +
guides(colour = guide_legend(override.aes = list(alpha = 1))) +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment