I have a QCustomPlot which is graphing incoming data. The plots look great but when I resize the window or zoom or drag abruptly the data get misplotted, as if I dragged a canvas out from under a painter.
Why does this happen? I will be trying to add a condition in my plotting slot to detect if a drag is occurring and hold off the plotting but I wish I didn't have to.
If QCustomPlot has the keys and values, why can't it position them correctly during a replot no matter how the plot has been resized?