Skip to content

Instantly share code, notes, and snippets.

@bradlindblad
Created March 4, 2019 20:15
Show Gist options
  • Save bradlindblad/449fb62ec0051743747df6905dd38773 to your computer and use it in GitHub Desktop.
Save bradlindblad/449fb62ec0051743747df6905dd38773 to your computer and use it in GitHub Desktop.
ggplot.R
ggplot(mtcars) +
geom_point(aes(mpg, disp, color = qsec), alpha = 0.5, size = 6) +
ketchR::scale_color_ketch(palette = "main", discrete = F) +
theme_minimal()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment