Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created December 17, 2020 10:38
Show Gist options
  • Save darioappsilon/211424fa352be5363c2ecfbd3ef87922 to your computer and use it in GitHub Desktop.
Save darioappsilon/211424fa352be5363c2ecfbd3ef87922 to your computer and use it in GitHub Desktop.
002_scatter_plots
ggplot(mtcars, aes(x = mpg, y = hp)) +
geom_point()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment