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() Static Scene Interactive Scene