Skip to content

Instantly share code, notes, and snippets.

@muneebhashmi7712
Created January 9, 2022 13:59
Show Gist options
  • Select an option

  • Save muneebhashmi7712/2e64b063fb44b770d1aab3dbebf267f3 to your computer and use it in GitHub Desktop.

Select an option

Save muneebhashmi7712/2e64b063fb44b770d1aab3dbebf267f3 to your computer and use it in GitHub Desktop.
ggplot(data=iris, aes(x=Species, y=Sepal.Length)) +
geom_boxplot(aes(fill=Species)) +
ylab("Sepal Length") + ggtitle("Iris Boxplot")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment