Need graphing/plotting/charting library for data acquisition, Qt 5
-
Hello, I am collecting data from a data acquisition system, and want to plot the data in a Qt 5 app. Each point would be added to the right side of the graph and ideally the graph would scale to accommodate another point. Has anyone done an app similar to this, and can you recommend a not-too-complicated graphing library to accomplish this? I know there is QwtPlot, QtiPlot, QCustomPlot, but don't know if there are others, and which would be best.
Thanks
Ron -
I don't know which one would be best. Just adding couple more
There is "Qt Data Visualization":http://blog.qt.digia.com/blog/2014/03/26/qt-data-visualization-1-0-released/ from Digia. It is part of Qt Enterprise.
And "ChartDirector":http://www.advsofteng.com/ .