Thomas Robitaille
Thomas Robitaille
It would be nice to be able to color code different parts of an isosurface based on another component/attribute of the data.
The following example: https://gist.github.com/astrofrog/426d112cda7b87cf61bd012b8f4e6219 Demonstrates the issue: I need to report this upstream to VisPy. In the mean time, #225 implements a workaround for this, but we should follow up...
For the isosurface with the `VolumeVisual`, I think this is done in here: https://github.com/vispy/vispy/blob/master/vispy/visuals/volume.py#L115 For the `IsoSurfaceVisual`, I think it's done here: https://github.com/vispy/vispy/blob/master/vispy/visuals/mesh.py#L81 @PennyQ - I'm assigning you to this...
More generally we should have a way to show cutting planes in the 3D volume viewer, then the PV slicer can connect to that. However, I'm not sure how easily...
There have been requests to make this option more obvious - currently it requires the user clicking on the subset layer to see the option. We could consider having a...
For these components, if the number of categories is small enough, we should show all categories, otherwise we should adapt based on the range of values. Minor ticks should not...
(this was discussed in #188)
This is probably broader than just for glue, but would be nice to take a 3D visualization in glue and be able to export it to X3D since it's an...
See https://github.com/glue-viz/glue-vispy-viewers/pull/203 for more details