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

Feature Request: Natively use magnitude of multicomponent data #114

Open
MatthewFlamm opened this issue Jun 16, 2021 · 0 comments
Open

Feature Request: Natively use magnitude of multicomponent data #114

MatthewFlamm opened this issue Jun 16, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MatthewFlamm
Copy link

I'd like to request an easy to use way to utilize the magnitude of multicomponent data in ipygany. Something like this where the velocity data has multiple components and norm is an optional argument.

colored_mesh = IsoColor(mesh, input='velocity', norm=True)

Right now, the only method I can come up with is to add the magnitude as a separate component or separate data. It would be useful in pyvista to avoid having to create another data array for ipygany. This arose in pyvista/pyvista#1387 (comment).

@martinRenou martinRenou added the enhancement New feature or request label Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants