pyvista.plotting.themes.Theme.interactive#

property Theme.interactive: bool[source]#

Return or set the default interactive parameter.

Examples

Make all plots non-interactive globally.

>>> import pyvista as pv
>>> pv.global_theme.interactive = False