pyvista.LookupTable.below_range_opacity#

property LookupTable.below_range_opacity[source]#

Return or set the below range opacity.

Examples

Set the below range opacity to 0.5.

>>> import pyvista as pv
>>> lut = pv.LookupTable()
>>> lut.below_range_color = 'grey'
>>> lut.below_range_opacity = 0.5
>>> lut.plot()
../../../_images/pyvista-LookupTable-below_range_opacity-1_00_00.png