``` R gs <- gsplot() %>% points( y=c(3,1,2), x=1:3, xlim=c(0,NA),ylim=c(0,NA), col="blue", pch=18, legend.name="Points", xlab="Index",las=3) %>% lines(2:3,c(5,9), side=c(3,4)) gs ``` creates this  when it shouldn't apply the `las=3` arg to sides 2 and 3