Created
December 1, 2017 18:55
-
-
Save sahilseth/f5550717808f2fa2ba82e72ce8095eee to your computer and use it in GitHub Desktop.
ggplot2 legend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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