pyvista.LookupTable.rebuild#
- LookupTable.rebuild()[source]#
Clear the color map and recompute the values table.
This is called automatically when setting values like
LookupTable.value_range
.Notes
This will reset any colormap set with
LookupTable.apply_cmap()
orLookupTable.values
.