-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
3D streamtube traces #2658
Merged
Merged
3D streamtube traces #2658
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
616d043
streamtube integration, first pass
kig 2435a96
add gl-streamtube to package.json
kig 355aed1
add gl-streamtube3d to package-lock
etpinard 583499f
use gl-streamtube3d version that works on etpinard's laptop
etpinard 39c254e
cleanup streamtube/
etpinard 38a1310
add first streamtube mock
etpinard 971351c
properly scaffold streamtube trace module
etpinard 218dfc8
factor out zip3 into src/lib/
etpinard 1367c07
Merge branch 'master' into streamtube-traces
etpinard 8ea0c25
add 'sizeref'
etpinard 3b1f809
fixup streamtube-thin baseline
etpinard b0cd99d
fixup cmin/cmax -> vertexIntensityBounds,
etpinard e99ffc9
expect x/y/z and u/v/w to have matching length + add tube bounds pad
etpinard e0ff37f
first cut streamtube hover
etpinard fbd7980
fixup hoverinfo 'norm'
etpinard f5c1160
add support for u/v/w hoverinfo flags
etpinard b9a6e3f
add cone + streamtube mock
etpinard 80bcd84
use gl-streamtube3d 'tubeScale' to fit tubes inside scene
etpinard 273292d
make startx/starty/startz optional
etpinard 5da1c59
fix cone <-> streamtube restyle
etpinard 8531e23
first cut streamtube jasmine tests
etpinard 94f6195
add 'divergence' hoverinfo flag
etpinard c40dd6b
add support for 'text' (scalar value only)
etpinard 8182cab
comment out 'sizemode' (for now)
etpinard 62b90b5
hook in 'maxLength' as 'maxdisplayed'
etpinard dc0c5d7
improve streamtube attr descriptions
etpinard bf12d10
add streamtube to Plotly.react-noop suite
etpinard df7ccaa
emit custom event data for streamtube
etpinard ca7c022
typos in streamtube meta
alexcjohnson 9a53250
fixup hoverinfo: 'all' for cone traces
etpinard 22f0c7e
sub startx/starty/startz -> starts.(x|y|z)
etpinard d796bda
fixup 'starts' attribute declaration
etpinard 2d1df2b
Merge branch 'master' into streamtube-traces
etpinard 0093ac8
fixup streamtube after merge master
etpinard 5c2ddfc
mv lib/zip3 -> plots/gl3d/zip3
etpinard 9fa5ece
add 'len' argument to zip3
etpinard d33fc45
merge all colorscale attribute generator in one function
etpinard 9e3c533
fix #2723 - list correct 'color' attribute in cone,
etpinard 83f3bdc
improve auto starting position algo
etpinard f348ac3
Merge branch 'master' into streamtube-traces
etpinard 966bc8d
use [email protected]
etpinard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
This give better attribute descriptions for cone
colorscale
and friends. For example, forcmin
we have