Blog | Tech Blog | Secure Coding | Twitter | RSS Feed | Get Email Updates
—-

tweetmeme_source=’shantanugoel’;tweetmeme_url=’http://tech.shantanugoel.com/2009/12/29/real-time-plot-gnuplot.html’

I wrote this script a few days ago to plot real-time / streaming data with gnuplot. The motivation was that I needed to test a piece of code for a touchscreen driver that I had written at work. The [...]

This is a script to plot streaming / real-time data (i.e. plot the points as the data comes in) with gnuplot. The script is written in perl and works in windows as well as linux. Please read on to see the requirements, installation, usage and download link. I should also thank my colleague Rabindra Mandal, [...]