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

Implement 'intensity' parameter in Surface as in Mesh3D #308

Closed
gevero opened this issue Mar 2, 2016 · 2 comments · Fixed by #347
Closed

Implement 'intensity' parameter in Surface as in Mesh3D #308

gevero opened this issue Mar 2, 2016 · 2 comments · Fixed by #347
Labels
feature something new

Comments

@gevero
Copy link

gevero commented Mar 2, 2016

Usercase: when performing a 3D parametric plot as in these examples, surface coloring is performed as a function of z coordinate. It could instead be useful to add the possibility to perform the surface coloring as a function of a scalar field defined on the surface. An example could be performing the coloring as a function of the distance from the origin r=sqrt(x^2+y^2+z^2).

Solution: add an intensity parameter, as already present in Mesh3D, also analogous to the scalars parameters found in the mlab mesh function.

@etpinard etpinard added the feature something new label Mar 3, 2016
@etpinard
Copy link
Contributor

etpinard commented Mar 3, 2016

@gevero Thanks for writing.

We've been planning on adding this feature for a while now. It should come online this spring.

@gevero
Copy link
Author

gevero commented Mar 3, 2016

@etpinard Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
2 participants