I want to be able to make a line graph using GTK+ but I\'m unsure how to approach this. Has anyone got any hints or tips?
Have a look at the gnuplot there are some C++ libraries that interface with gnuplot, which do what you are looking for and then some. It is very easy to use if you've ever used gnuplot.