Plot multiple lines in one graph

You should bring your data into long (i.e. molten) format to use it with ggplot2: And then you have to use aes( … , group = Company ) to group them:

Categories r