Skip to content

Instantly share code, notes, and snippets.

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