K3D-tools / K3D-jupyter

K3D lets you create 3D plots backed by WebGL with high-level API (surfaces, isosurfaces, voxels, mesh, cloud points, vtk objects, volume renderer, colormaps, etc). The primary aim of K3D-jupyter is to be easy for use as stand alone package like matplotlib, but also to allow interoperation with existing libraries as VTK.
MIT License
916 stars 123 forks source link

How can I achieve the color selection effect in the official website example? #428

Closed HangJiaKolmostar closed 11 months ago

HangJiaKolmostar commented 11 months ago

Hi,

How can I achieve the color selection effect in k3d-jupyter official website example? https://k3d-jupyter.org/_images/tf_edit.gif I can only use a Dropdown list to choose color map. But the following graphical color modification effect was not implemented.

image

Thank you!

HangJiaKolmostar commented 11 months ago

transfer_function_editor is the answer but it seems that transfer_function_editor is not compatiable with the latest ipywidgets examples/transfer_function.ipynb can not run correctly