Created
January 9, 2022 14:04
-
-
Save muneebhashmi7712/2df6566c2fa945375b9ddb47361ff30b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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