Hide/show image layers
See original GitHub issueRegularly, I find myself needing to make multiple image layers in the same graph and find it helpful if I can hide/show different layer combinations easily (ideally through varying alpha). I think this should be doable in bokeh and am just trying to figure out how to do it. There seems to be an image_rgba layer, which could help with this (though getting this to with image would be great too). I see that slider bars and such are possible, but am missing some details here. Mainly, I remain confused on how event notification works and updating existing layers? Some pointers here would be very helpful.
Issue Analytics
- State:
- Created 8 years ago
- Comments:35 (33 by maintainers)
Top Results From Across the Web
GIMP: Hide/Show all layers in current image - gists · GitHub
GIMP: Hide/Show all layers in current image. GitHub Gist: instantly share code, notes, ... When editing an image with many layers (e.g. an...
Read more >Can I hide/show individual layers in Napari viewer "layer list"
How would I hide/show individual layers in the main napari viewer layer list? I can show/hide the entire list with viewer = napari....
Read more >Toggle visibility to hide layers – Figma Help Center
Hover over the layer, group or Frame in the Layers panel. Click on the visibility icon to toggle the layer's visibility off. The...
Read more >Allow hide/show ALL layers to include sub-layers - Inkscape
Currently "hide/show ALL layers" affect other layers apart from selected BUT ... Select top layer "IMAGE" and choose "Select all layers".
Read more >Javascript hide/show layers - html - Stack Overflow
I am working with hiding and showing divs in javascript, basically I want to show one div, then when a button is clicked...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@jakirkham - does the PR #4868 make this possible for you - I think it should but I don’t have sample code to try it out with image.
Yes, I feel very confident. I’m going to close this as fixed by #4868.