Skip to content

Deepscatter / Landscape of Biomedical Research #303

Answered by jonmmease
sterlinm asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sterlinm,

Deepscatter looks like a really neat project. Handling unaggregated scatter plots with millions of points pretty much requires some form of GPU acceleration. Presently, VegaFusion is only involved in the data transformations stage, not the rendering stage. Rendering is still done by the Vega JavaScript library, which doesn't have GPU acceleration yet. There are a couple of early projects/prototypes to add GPU rendering to Vega (vega-renderer-webgl, vega-webgpu), but these aren't ready for prime time.

One approach that is sometimes useful is to aggregate x/y data into a heatmap where the bins are approximately the size of one pixel. This is what the VegaFusion 10 Million Taxi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sterlinm
Comment options

Answer selected by sterlinm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants