We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a0c32 commit 582dcfbCopy full SHA for 582dcfb
1 file changed
src/pan3d/widgets/color_by.py
@@ -412,3 +412,4 @@ def configure_mapper(self, mapper):
412
mapper.SelectColorArray(self.color_by)
413
mapper.SetScalarRange(self.color_min, self.color_max)
414
mapper.SetScalarVisibility(1)
415
+ mapper.SetColorModeToMapScalars() # Critical fix: Force use of lookup table
0 commit comments