Skip to content

Instantly share code, notes, and snippets.

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