Skip to content

Instantly share code, notes, and snippets.

@benapie
Created January 30, 2018 10:53
Show Gist options
  • Save benapie/ec3d50084da38c65d6e189f3ed33e429 to your computer and use it in GitHub Desktop.
Save benapie/ec3d50084da38c65d6e189f3ed33e429 to your computer and use it in GitHub Desktop.
Basic plot of two variables as a scatter plot.
ggplot(data)+
geom_point(aes(Value.X, Value.Y), shape = 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment