ggplot question

Just do not facet the plot?

ggplot(data=mydata,
      mapping = aes(x=dates,y=retweets,colour=category)) + 
  geom_line()

Cac you supply us with some sample data? It may be that you need to reformat the data from wide format to long.