How to plot ~10 billion datapoint time series efficiently?

Please check this GR solution, using shade() to plot a large 1D time series.

Or this other GR example using shadepoints(). By using Float32 , more than 1 billion points can be processed in seconds:

4 Likes