[Math] Tool to draw graphs when input points are given

graphing-functionsmath-software

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)

Best Answer

One option is gnuplot, which handles a lot of graph formats.

More flexible in format (and easier to integrate with LaTeX) is asymptote, but then you have to use a library, and defining the graph is more work.

Related Question