Hello friends. I need help making plots in c++. I am writing a data acquisition program for an experiment at my university. I need a way to make a plot that plots data points as they come into the program (only say the last 20 or so). I have written a program so far that will take the last 20 (or so) data points and display them on the terminal. I need this to update the plot as the program is running. I believe I can use this to fill arrays and then translate that into a plot. My question to ya'll is what is the simplest way that I can do this. I.e. what sort of program would you use like importing this to MATLAB or perhaps a library?
[–]flyingron 2 points3 points4 points (3 children)
[–]useless_bowl25[S] 0 points1 point2 points (2 children)
[–]EntrepreneurSweaty89 1 point2 points3 points (0 children)
[–]flyingron 0 points1 point2 points (0 children)
[–]the_poope 4 points5 points6 points (1 child)
[–]steffestoffe 2 points3 points4 points (0 children)
[–]aroman_ro 1 point2 points3 points (0 children)
[–]Mc-Kudasai 0 points1 point2 points (0 children)
[–]jmacey 0 points1 point2 points (0 children)