Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created December 17, 2020 10:40
Show Gist options
  • Save darioappsilon/1a13a9a459c7deb6e42f5f9330a17027 to your computer and use it in GitHub Desktop.
Save darioappsilon/1a13a9a459c7deb6e42f5f9330a17027 to your computer and use it in GitHub Desktop.
005_scatter_plots
ggplot(mtcars, aes(x = mpg, y = hp)) +
geom_point(size = 5, color = "#0099f9", shape = 17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment