-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Implementation of connectgaps for the surface trace #3638
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
Conversation
Looking good @archmoj Some very nice method ♻️ work here! Bringing in @alexcjohnson here, I remember we had a discussion about surface vs heatmap/contour interpolation with Mikola a few years back (I found https://github.com/plotly/streambed/issues/2268, but maybe it's somewhere else). Does simply reusing the |
Glad you liked the quick prototype! |
Ah good call on hover, |
var v = this.data.z[b][a]; | ||
|
||
if(v === null && this.data.connectgaps && this.data._interpolatedZ) { | ||
v = this.data._interpolatedZ[b][a]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Now that gl3d jasmine tests are behaving better, let's add one 🔒 ing this down!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call. Done in afe36a6.
Nicely done @archmoj 💃 💃 |
Fixes #2812.
TODO: