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

Add IndexedStackColorMapper for ImageStack glyph #13898

Open
bryevdv opened this issue May 15, 2024 · 0 comments
Open

Add IndexedStackColorMapper for ImageStack glyph #13898

bryevdv opened this issue May 15, 2024 · 0 comments

Comments

@bryevdv
Copy link
Member

bryevdv commented May 15, 2024

Previous PR: #13316

The idea is to be able to display a colormap of just a single "slice" in an image stack as-is, so that e.g. a slider could scrub through the stack with a simple js_link

slider = Slider(start=0, end=nstack-1, value=0, step=1, title="Index")
slider.js_link("value", color_mapper, "index")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant