I am writing a dissertation and I have a two collections of data from my research which I would like to compare using graphs. I have the values for abscissa and ordinate and I am looking for some sort of tool into which I can input the values I have and which will plot and trace the graph so I can show the variations in both samples. Just something simple nothing very complicated.
I have been searching the Internet for something like this for hours and I can't seem to find one. What I have found so far are tools which take a function before drawing the graph, but what I need is something which can take the values directly in order to draw the graph connecting them. I don't know whether my search terms are not accurate enough to describe what I need so I hope someone here may be able to help me out.
Please, does anyone know a simple tool which I can use to achieve this? (Windows or - eventually - Linux would be highly appreciated)

R is very good statistical software available free from
www.r-project.orgIt does a lot of complicated stuff, but just connecting dots is easy to show in a demo:Code
? abline, etc. for documentation.colors()for list of colors.Click on graph,
File > Saveto export in various formats. If you try this and need more details, please leave a Comment for me.