Hi,
Thank you for your work !
I plot data in real time using your library and as soon as the number of points to be plotted becomes large the replot takes an enormous amount of time.
I've tried doing a setAdaptiveSampling(True) and setAdaptiveSampling(False) on my graphs but there's no difference in the replot time.
I've tried using the qcustomplot_pyside2 library and the replot still performs well with the same data.
Do you have an explanation?