Is there some sort of application/API with which I can graph sets of numbers(line graph)?
I will be interfacing with an external device which will provide me with some readings(via a custom format through a /dev/cua file) at a rate of about 1000 readings per second. I want to be able to graph this as a line graph.
So I will need to be able to either write out a file by my custom application to load into another application to graph it, or I will need to be able to interface with this application or API (preferably the latter for the flexibility)
Also this must be open source and portable to unix platforms.
If I will be interfacing with an API I prefer C or Ruby as a language.