Skip to content
Snippets Groups Projects
Commit 6961c5f8 authored by Sajjad Ghaffarinasabsharabiani's avatar Sajjad Ghaffarinasabsharabiani
Browse files

Update README.md

parent c2aad9db
No related merge requests found
...@@ -18,7 +18,7 @@ source("https://gitlab.cs.uni-duesseldorf.de/ghaffarinasabsharabiani/ccb_theme/- ...@@ -18,7 +18,7 @@ source("https://gitlab.cs.uni-duesseldorf.de/ghaffarinasabsharabiani/ccb_theme/-
**##line chart with points** #line chart with points
df=data.frame(x=1:10,y=rnorm(10)) df=data.frame(x=1:10,y=rnorm(10))
...@@ -30,7 +30,7 @@ ggplot(df,aes(x=x,y=y))+ ...@@ -30,7 +30,7 @@ ggplot(df,aes(x=x,y=y))+
**#Box_plot** #Box_plot
ggplot(mtcars, aes(x = wt, y = mpg, color = factor(cyl))) + ggplot(mtcars, aes(x = wt, y = mpg, color = factor(cyl))) +
geom_line() + geom_line() +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment