Theme.transparent_background#
- property Theme.transparent_background: bool[source]#
Return or set the default
transparent_backgroundparameter.
Examples#
Download Python source code | Download Jupyter notebook
Set transparent_background globally to True.
>>> import pyvista as pv
>>> pv.global_theme.transparent_background = True