Skip to content

Instantly share code, notes, and snippets.

@maurolepore
Created May 4, 2021 03:30
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 maurolepore/c9c3623ad95fcda9f68bfe084df70c5f to your computer and use it in GitHub Desktop.
Save maurolepore/c9c3623ad95fcda9f68bfe084df70c5f to your computer and use it in GitHub Desktop.
library(ggplot2, warn.conflicts = FALSE)

ggplot(iris) + 
  geom_histogram(aes(Sepal.Length, fill = Species), bins = 15, alpha = 0.5)

Created on 2021-05-03 by the reprex package (v2.0.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment