spam head <spamhea...@gmail.com> writes: > I'm looking for an easy way to display simple line graphs generated by > a python program in Windows. It could be done from within the > program, or I could write the information out to a file and call an > external program. Either is fine.
I've used gnuplot and rrdtool for this in recent projects. Rrdtool is for ongoing time series and gnuplot is for more general graphing. I looked at Timeplot too, which looks really neat, but I didn't try to use it. -- http://mail.python.org/mailman/listinfo/python-list