Matt McCormick

Results 417 comments of Matt McCormick

@bnmajor we could use a similar approach to tensorboard-3d, but the build is `flit publish` vs `python setup.py`.

Hi @lfz , thanks for the feed back. Yes, good idea -- we will work towards time series support as discussed in #74

@qianyizhang what is the operating system and browser? Is this behavior specific to this dataset?

jupyerlab 3.x is currently not supported, but on the agenda :-)

Hi @sntgluca2, JupyterLab3 support is targetted for September 17th. Thanks for your patience! :pray:

@phcerdan these examples show how to provide camera and color options to the viewer: - https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/SpecifyAColormap.ipynb - https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/SpecifyCameraParameters.ipynb Please let us know if there are options that you want to...

@leeping yes, we intend to add support for colormaps and lookup tables from pyvista. For point sets and geometries, the color will be based on the scalars-to-colors, i.e. colormap or...

> # Viewer does not appear. @leeping please try upgrading to the soon-to-be-released itkwidgets-0.29.0.

@dani-lbnl @phcerdan we have the ability to initialize the opacity transfer function with #328 .

Hi Lee-Ping, Thanks for the great feedback. The colormap for images can currently be specified with the `cmap` keyword argument to the viewer, and we are improving support for colormap...