You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hypothesis: drawing the overview is the problem. 250,000 points shouldn't be an issue in memory, and the main area only draws the currently visible points instead of everything and then clipping. But the overview area draws all the points.
Proposed solution: if num(datapoints) > some x, downsample for drawing the overview, e.g. take every fifth to downsample to 10m intervals.
Need dataset to test
The text was updated successfully, but these errors were encountered:
Hypothesis: drawing the overview is the problem. 250,000 points shouldn't be an issue in memory, and the main area only draws the currently visible points instead of everything and then clipping. But the overview area draws all the points.
Proposed solution: if num(datapoints) > some x, downsample for drawing the overview, e.g. take every fifth to downsample to 10m intervals.
Need dataset to test
The text was updated successfully, but these errors were encountered: