ggplot(dat, aes(x=YEAR, y=DAT, color=BRAND)) 

  geom_line(size=1) +

  geom_point(size=1.5) +

  coord_cartesian(ylim=c(0,1069235)) 

+ Recent posts