Skip to content

Instantly share code, notes, and snippets.

@dgkeyes
Created May 8, 2019 16:22
Show Gist options
  • Save dgkeyes/5c55255de0fd163e8fba07a5aa2209bc to your computer and use it in GitHub Desktop.
Save dgkeyes/5c55255de0fd163e8fba07a5aa2209bc to your computer and use it in GitHub Desktop.
ggplot without arguments
ggplot(sleep_by_gender,
aes(gender,
avg_sleep,
fill = gender)) +
geom_col()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment