Skip to content

Instantly share code, notes, and snippets.

@muneebhashmi7712
Created January 9, 2022 14:04
Show Gist options
  • Select an option

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

Select an option

Save muneebhashmi7712/2df6566c2fa945375b9ddb47361ff30b to your computer and use it in GitHub Desktop.
ggplot(data=iris, aes(x = Sepal.Length, y = Sepal.Width)) + geom_point(aes(color=Species, shape=Species)) +
xlab("Sepal Length") + ylab("Sepal Width") +
ggtitle("Sepal Length-Width")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment