Y
Hacker News
new
|
ask
|
show
|
jobs
by
vamega
2240 days ago
I don't think that actually plots the 40M points, just aggregates them in Python and plots a small section of that data on the website?
1 comments
kylebarron
2240 days ago
I believe so. An optimization of Datashader is that it _doesn't_ plot all the points, but rather optimizes which points actually influence pixel values.
link