Is there a free tool I can download that will display a graph given a set of x,y coordinates in a text file? Or is there a python module I could use that would give me a quick and dirty view of a graph? Excel is not an option because I do not have it. I would prefer something light weight.
Share
You can try gnuplot.
If you want a python solution, use matplotlib. It is a bit heavy weight, but once setup, it is very simple to use.