2) for each plot, I am initializing clusters of 2 arrays of 100,000 (XY pairs) which are wired to shift registers. I know this is larger than can be displayed on a graph but I am currently more concerned with reducing the number of data copies.
2) for each plot, I am initializing clusters of 2 arrays of 100,000 (XY pairs) which are wired to shift registers. I know this is larger than can be displayed on a graph but I am currently more concerned with reducing the number of data copies.