reproducible example:
x1<-rnorm(5,5,1) y1<-rnorm(5,5,1) d<-data.frame(x1,y1) ggplot(data=d,aes(x=x1,y=y1))+ geom_point()+ ylab(bquote(\'y (since