Skip to content

Instantly share code, notes, and snippets.

@akshat3096
Last active May 3, 2019 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshat3096/8c5d914cb456bd50dc0a71cc8c855fae to your computer and use it in GitHub Desktop.
Save akshat3096/8c5d914cb456bd50dc0a71cc8c855fae to your computer and use it in GitHub Desktop.
install.packages("ggplot2")
library(ggplot2)
ggplot(data = data) +
aes(x = num_orders) +
geom_density(adjust = 1, fill = "#0c4c8a") +
theme_minimal()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment