feat(webgl): add contour and density plots - #478
Open
peymanvahidi wants to merge 28 commits into
Open
peymanvahidi wants to merge 28 commits into
peymanvahidi wants to merge 28 commits into
Conversation
…eck out of the frame
…nfig.densityLayer
…before binding the FBO
…EFAULT One exported default in utils replaces seven spellings of 'off'.
… iso-lines) One composite shader, u_style picks the branch; bands are one octave of density each.
…lues Five options over one select; the URL carries contour-auto and contour-on.
…omment Line alpha follows the denser band; e2e counts differing pixels instead of frame bytes.
…upport floor, no fill Own wider blur and engage threshold; heatmap untouched.
Ceiling half a level past the last crossing; the test now pins the alpha chain.
The 0.35 darkening read as black on white and lost the category hue.
…oat per ring The fringe band is one coat pale and the core five coats deep, so nested contours read like overlapping layers. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Five coats now cover two thirds of the core; the stale no-fill block comment is fixed. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
… in the core Two knobs, DENSITY_CONTOUR_FILL_OUTER and _CORE, replace the per-coat opacity. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…can be re-imported Re-selecting the same dataset fired no change event, leaving the app on the demo.
…or disables its button The name and demo flag now come from handleDataLoaded on success; the failure shows a toast. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…o the route Under /explore/ the relative URL hit the SPA fallback and the demo never loaded. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
peymanvahidi
added this pull request to stack #479
September 10, 2026 12:50
…better visibility
Collaborator
Author
Collaborator
Author
|
maybe we can add a feature that when we zoom, the dots gets a bit larger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Now we have a new drop down (next to search field) which you can switch between density plot and contour plot.
some notes: