Skip to content

Instantly share code, notes, and snippets.

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