8000 Correct streamtube positions and colouring by archmoj · Pull Request #4271 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Correct streamtube positions and colouring #4271

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

Merged
merged 16 commits into from
Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update gl-streamtube3d - correct y and z reversed flags
  • Loading branch information
archmoj committed Oct 14, 2019
commit 20e07989c012222edea5ea84b7eb2cd5a7b36853
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"gl-scatter3d": "^1.2.2",
"gl-select-box": "^1.0.3",
"gl-spikes2d": "^1.0.2",
"gl-streamtube3d": "git://github.com/gl-vis/gl-streamtube3d.git#8c04da2cf0edecbd7941fd5d8b8695dcb38a41d4",
"gl-streamtube3d": "git://github.com/gl-vis/gl-streamtube3d.git#080c9e435563e1f875a649a9f13451e254d6fbdb",
"gl-surface3d": "^1.4.6",
"gl-text": "^1.1.8",
"glslify": "^7.0.0",
Expand Down
0