Skip to content

Instantly share code, notes, and snippets.

@maurolepore
Created May 4, 2021 03:30
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