Theme.below_range_color#
Examples#
Download Python source code | Download Jupyter notebook
Set the below range color to blue.
>>> import pyvista as pv
>>> pv.global_theme.below_range_color = 'b'
>>> pv.global_theme.below_range_color
Color(name='blue', hex='#0000ffff', opacity=255)