Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created August 19, 2019 14:01
Show Gist options
  • Save lakshay-arora/1dbe8c3a5f38e16326dfa6da5fc74d4c to your computer and use it in GitHub Desktop.
Save lakshay-arora/1dbe8c3a5f38e16326dfa6da5fc74d4c to your computer and use it in GitHub Desktop.
%%R -i df
ggplot(data = df) + geom_point(aes(x = X, y= Y, color = Class, size = Z))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment