QCustomPlot Discussion and Comments

I have trouble while plotting huge amount of dataReturn to overview

Hello everyone,

I have trouble while plotting with qcustom when i try to plot over 100data/second. The graph could not reach to the serial data in stream. The topic is that:

http://stackoverflow.com/questions/42742033/qcustomplot-huge-amount-of-data-plotting

if is there anyone who succeed on plottin huge amount of data real-time plotting, cah who send me example or explain the source of problem?

Hi,

I solved my problem. The solution is dividing whole program to 2 thread and calling customplot->replot with <=100 fps. I was calling plot function in every data point.