Skip to content

Display specific values of isosurfaces #5163

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

Open
christeefy opened this issue May 1, 2025 · 0 comments
Open

Display specific values of isosurfaces #5163

christeefy opened this issue May 1, 2025 · 0 comments

Comments

@christeefy
Copy link

christeefy commented May 1, 2025

The IsoSurface trace has a surface argument which allows you to customize the number of surfaces shown (defaults to 2 for isomin and isomax). Specifying more than 2 gives you additional isosurfaces evenly-interpolated.

It would be nice to be able to control the specific values of additional isosurfaces — for example isomin=0, isomax=50 and additional isosurfaces at values 20 and 35.

Perhaps plotly.graph_objs.isosurface.Surface can have an additional values parameter that's mutually-exclusive to count.

The invocation using the example above would look something like:

Surface(values=[0, 20, 35, 50])  # Inclusion of `isomin` and `isomax` TBD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant