itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

Geometries pink band

Open banesullivan opened this issue 6 years ago • 3 comments

I just updated to the latest version (master branch) and I'm seeing strange artifacts on most meshes I plot where a pink band is shown:

from pyvista import examples
from itkwidgets import view

mesh = examples.download_st_helens().warp_by_scalar()
view(geometries=mesh)

Screen Shot 2019-08-12 at 12 58 56 PM

from pyvista import examples
from itkwidgets import view

mesh = examples.download_topo_land()
view(geometries=mesh)

2019-08-12 13 02 01

banesullivan avatar Aug 12 '19 19:08 banesullivan

And here's another with a lot:

from pyvista import examples
from itkwidgets import view

mesh = examples.download_topo_global()
view(geometries=mesh)

2019-08-12 13 06 19

banesullivan avatar Aug 12 '19 19:08 banesullivan

Discussed further in

https://github.com/Kitware/vtk-js/issues/1201

thewtex avatar Sep 09 '19 03:09 thewtex

I also have this in my visualizations of surface meshes.

It seems to me that this is occurring at a certain colour/value in the viridis (default?) look up table. I say this because it seems to almost act as a contour value that separates higher/lower values on the surface mesh.

Not a huge deal, but something of note.

gattia avatar Apr 01 '20 15:04 gattia