pyvista.plotting.themes.Theme.transparent_background#

property Theme.transparent_background: bool[source]#

Return or set the default transparent_background parameter.

Examples

Set transparent_background globally to True.

>>> import pyvista as pv
>>> pv.global_theme.transparent_background = True