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.

Revisions

  1. muneebhashmi7712 created this gist Jan 9, 2022.
    3 changes: 3 additions & 0 deletions adv-4.r
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ggplot(data=iris, aes(x=Species, y=Sepal.Length)) +
    geom_boxplot(aes(fill=Species)) +
    ylab("Sepal Length") + ggtitle("Iris Boxplot")