Skip to content

Contour with x/y/z columns crashes on Chrome with 500 points #3166

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

Closed
gygabyte017 opened this issue Oct 26, 2018 · 2 comments
Closed

Contour with x/y/z columns crashes on Chrome with 500 points #3166

gygabyte017 opened this issue Oct 26, 2018 · 2 comments

Comments

@gygabyte017
Copy link

I have a simple page with 500 points to be drawn on a contour plot. The plot takes a very long time to display (~100 seconds) and most of the time the page stops responding or crashes.

I'm testing it with Chrome v69.0.3497.100 (64 bit), however the same happens on other browsers as well.

What's wrong? Please see this codepen snippet https://codepen.io/anon/pen/vVbOPa

@alexcjohnson
Copy link
Collaborator

Heh @etpinard to our discussion the other day about implementing real triplet contours with Delaunay triangulation. @gygabyte017 the issue is that we currently need to massage this into a rectangular grid, which leaves tons of blank points that we need to then interpolate. So the fix would be either Delaunay triangulation + marching triangles, or a better interpolation algorithm (but we already know we want to do the former at some point)

@etpinard etpinard changed the title Contour plot crashes on Chrome with 500 points Contour with x/y/z columns crashes on Chrome with 500 points Oct 26, 2018
@gvwilson
Copy link
Contributor

Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants