JKQtPlotter
JKQtPlotter copied to clipboard
How to deal with large dataset
Hi,
I'm here again. I noticed that swiching from a scattered plot to a line plot increase a lot the computation time during the "setGraphVisibile" call. Take into account that my datasets have more than 10000 points, I profiled the code and looks like that the most expensive part is exactly the setGraphVisible call. My question is: I'm using it in the right way or is expected to have such a different during the rendering? (I mean in principle I expect that a scatter is easier to draw than a line chart).
Scatter:
Line: