LiveGraph is a framework for real-time data visualisation, analysis and logging. Distinctive features: A real-time plotter that can automatically update graphs of your data while it is still being computed by your application. Concise and simple point-and-click interface that allows quickly ...
5
votes
2answers
157 views
Live graph for a C application
I have an application which logs periodically on to a host system it could be on a file or just a console. I would like to use this data to plot a statistical graph for me. I am not sure if I can use ...