Skip to content
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

Get mesh3d vertexcolor in a working state! #1686

Merged
merged 4 commits into from
May 16, 2017
Merged

Conversation

etpinard
Copy link
Contributor

fixes #1684

@etpinard etpinard added status: reviewable bug something broken labels May 15, 2017
@@ -127,7 +127,7 @@ proto.update = function(data) {
config.colormap = parseColorScale(data.colorscale);
}
else if(data.vertexcolor) {
this.color = data.vertexcolors[0];
this.color = data.vertexcolor[0];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😮

@alexcjohnson
Copy link
Collaborator

Tetrahedra is already plural 🤓
Other than that needlessly pedantic comment, looks great! 💃

@etpinard etpinard merged commit c80aee1 into master May 16, 2017
@etpinard etpinard deleted the fix-mesh3d-vertexcolor branch May 16, 2017 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vertexcolor for mesh3d plot does not seem to work
3 participants