Working on the data acquired from the serial port, I have csv data in the following format
14:10:36,12/07/2017,35C,46%
14:10:38,12/07/2017,34,45
............................................
I can write the data in the text file, and from the saved text file I can plot the multiple XY graph with the timestamp on the x-axis and the temp/humidity on the y axis, it works fine. Now if I don't have to save the data into the file, instead I have to plot the XY graph dynamically directly from the data as it is coming from the serial port, is it possible. Please suggest
Regards