Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volcano plot should use canvas instead of SVG? #3

Open
alexlenail opened this issue Sep 14, 2018 · 0 comments
Open

Volcano plot should use canvas instead of SVG? #3

alexlenail opened this issue Sep 14, 2018 · 0 comments
Labels
enhancement New feature or request medium priority

Comments

@alexlenail
Copy link
Owner

The volcano plot at present plots a scatterplot of ~26k points, which gives my 2016 MBP a ~4fps refresh rate. This is what canvas is for.

I've recently seen combo SVG / Canvas plots, where the canvas takes care of the many points, but the SVG is still used for the axes and the high-interaction components of the visualization. Perhaps something of the sort is appropriate here, or perhaps moving everything to canvas is more appropriate.

Links to get started with Canvas and D3:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority
Projects
None yet
Development

No branches or pull requests

2 participants